File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
6868# Install PHP Stuffs
6969
7070apt-get install -y --force-yes php7.0-cli php7.0 \
71- php -pgsql php -sqlite3 php -gd php -apcu \
72- php -curl php7.0-mcrypt \
73- php -imap php -mysql php -memcached php7.0-readline php -xdebug \
74- php -mbstring php -xml php7.0-zip php7.0-intl php7.0-bcmath
71+ php7.0 -pgsql php7.0 -sqlite3 php7.0 -gd php7.0 -apcu \
72+ php7.0 -curl php7.0-mcrypt \
73+ php7.0 -imap php7.0 -mysql php7.0 -memcached php7.0-readline php7.0 -xdebug \
74+ php7.0 -mbstring php7.0 -xml php7.0-zip php7.0-intl php7.0-bcmath
7575
7676# Install Composer
7777
@@ -195,4 +195,4 @@ echo "Mysql Root Password: ${MYSQL_ROOT_PASSWORD}"
195195echo " Mysql Normal User: ${MYSQL_NORMAL_USER} "
196196echo " Mysql Normal User Password: ${MYSQL_NORMAL_USER_PASSWORD} "
197197echo " --"
198- echo " --"
198+ echo " --"
You can’t perform that action at this time.
0 commit comments