From cb2632e8c45d12d76b04d03d2e04665489a5b144 Mon Sep 17 00:00:00 2001 From: XiupingZou Date: Sat, 17 Sep 2022 15:34:25 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dafff33..c7a82c6 100644 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ apk del tzdata #安装nginx apk add nginx #安装PHP -apk add php7 php7-fpm php7-openssl php7-sqlite3 php7-pdo_sqlite php7-curl php7-json php7-session php7-phar php7-iconv php7-mbstring php7-fileinfo php7-exif php7-redis php7-gd php7-pecl-imagick-dev php7-pecl-imagick php7-mysqlnd php7-mysqli php7-ctype +apk add php7 php7-fpm php7-openssl php7-sqlite3 php7-pdo_sqlite php7-curl php7-json php7-session php7-phar php7-iconv php7-mbstring php7-fileinfo php7-exif php7-redis php7-gd php7-pecl-imagick-dev php7-pecl-imagick php7-mysqlnd php7-mysqli php7-ctype php7-simplexml #安装git apk add git