Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Commit 218b4b7

Browse files
committed
Deploy script was improved.
1 parent 3cfd1e4 commit 218b4b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
# install requirements
1212
echo "Installing requirements"
1313
sudo apt-get update
14-
sudo apt-get install mongodb curl
15-
sudo apt-get install php php-curl php-mysql php-mcrypt php-json php-cli php-curl php-mongo php-mbstring phpunit
16-
sudo apt-get install libapache2-mod-php
17-
sudo apt-get install unzip
14+
sudo apt-get install -y mongodb curl
15+
sudo apt-get install -y php php-curl php-mysql php-mcrypt php-json php-cli php-curl php-mongodb php-mbstring phpunit
16+
sudo apt-get install -y libapache2-mod-php
17+
sudo apt-get install -y unzip
1818

1919
# setup composer
2020
echo "Installing composer"

0 commit comments

Comments
 (0)