From 8792c9dd9e144091cea2b70998a21639c8f13f8b Mon Sep 17 00:00:00 2001 From: Monkey Jin Date: Thu, 23 Feb 2017 14:21:58 +0800 Subject: [PATCH] Add '7.0' for php extension --- deploy.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index b4f6ce1..4817ec6 100644 --- a/deploy.sh +++ b/deploy.sh @@ -68,10 +68,10 @@ ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime # Install PHP Stuffs apt-get install -y --force-yes php7.0-cli php7.0 \ -php-pgsql php-sqlite3 php-gd php-apcu \ -php-curl php7.0-mcrypt \ -php-imap php-mysql php-memcached php7.0-readline php-xdebug \ -php-mbstring php-xml php7.0-zip php7.0-intl php7.0-bcmath +php7.0-pgsql php7.0-sqlite3 php7.0-gd php7.0-apcu \ +php7.0-curl php7.0-mcrypt \ +php7.0-imap php7.0-mysql php7.0-memcached php7.0-readline php7.0-xdebug \ +php7.0-mbstring php7.0-xml php7.0-zip php7.0-intl php7.0-bcmath # Install Composer @@ -195,4 +195,4 @@ echo "Mysql Root Password: ${MYSQL_ROOT_PASSWORD}" echo "Mysql Normal User: ${MYSQL_NORMAL_USER}" echo "Mysql Normal User Password: ${MYSQL_NORMAL_USER_PASSWORD}" echo "--" -echo "--" \ No newline at end of file +echo "--"