From e058f3c275c489c78273e889a3626369f62b8f0b Mon Sep 17 00:00:00 2001 From: ddos Date: Sat, 9 Jul 2016 00:13:02 +0700 Subject: [PATCH] Update install.sh --- install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index a5a30ca..d2600fa 100644 --- a/install.sh +++ b/install.sh @@ -13,15 +13,15 @@ apt-get upgrade apt-get install -y git apt-get install -y nginx apt-get install -y apache2 -apt-get install -y php5 -apt-get install -y php5-common -apt-get install -y php5-curl -apt-get install -y libapache2-mod-php5 +apt-get install -y php +apt-get install -y php-common +apt-get install -y php-curl +apt-get install -y libapache2-mod-php apt-get install -y libapache2-mod-rpaf -apt-get install -y php5-mcrypt +apt-get install -y php-mcrypt apt-get install -y libffi-dev apt-get install -y ruby -apt-get install -y php5-cli +apt-get install -y php-cli apt-get install -y cmake apt-get install -y libssh-4 apt-get install -y libssl-dev