From be206f9b3c9e1e68aaf2bf6199bee3987f1ef31e Mon Sep 17 00:00:00 2001 From: Andrew Van Tassel Date: Mon, 29 Jan 2018 01:37:39 -0700 Subject: [PATCH] Update installDependencies.sh Updated php5 to php7 and git --- utils/installDependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installDependencies.sh b/utils/installDependencies.sh index f9f037e..bbc2325 100755 --- a/utils/installDependencies.sh +++ b/utils/installDependencies.sh @@ -46,7 +46,7 @@ if [ $(($nowTime - $lastUpdate)) -gt 604800 ] ; then sudo apt-get update||die fi -sudo apt-get install -y apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi php5 git-core build-essential python-dev python-pip git-core || die +sudo apt-get install -y apache2 libapache2-mod-php7.0 php7.0-cli php7.0-common php7.0-cgi php7.0-mbstring php7.0 git build-essential python-dev python-pip || die echo -e "\n***** Installing/updating required python packages via pip... *****\n"