Skip to content

Commit

Permalink
add php7.0-curl to installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
megahirt committed Jan 4, 2018
1 parent 2b7cff5 commit 7e8d4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/ubuntu1604Installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ echo Install postfix non-interactively
sudo DEBIAN_FRONTEND=noninteractive apt install -y postfix || exit

echo Install and upgrade packages
sudo apt install -y flip chromium-browser git ansible php7.0-cli libapache2-mod-php mongodb-server p7zip-full php7.0-dev php7.0-gd php7.0-intl php7.0-mbstring php-pear php-xdebug postfix unzip lfmerge default-jre || exit
sudo apt install -y flip php7.0-curl chromium-browser git ansible php7.0-cli libapache2-mod-php mongodb-server p7zip-full php7.0-dev php7.0-gd php7.0-intl php7.0-mbstring php-pear php-xdebug postfix unzip lfmerge default-jre || exit
sudo apt -y upgrade || exit

if [ ! -d "web-languageforge/deploy" ]
Expand Down

0 comments on commit 7e8d4bd

Please sign in to comment.