From e6007d5595db04beb773de2bcda347724bacc8c4 Mon Sep 17 00:00:00 2001 From: ddasd2001 Date: Fri, 31 Aug 2018 14:23:44 +0800 Subject: [PATCH] Update install.sh --- 16.04/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16.04/install.sh b/16.04/install.sh index f4bbc2a..5253b4a 100755 --- a/16.04/install.sh +++ b/16.04/install.sh @@ -53,7 +53,7 @@ function install_node_yarn { } function install_php { - apt-get install -y php7.2-bcmath php7.2-cli php7.2-curl php7.2-fpm php7.2-gd php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-pgsql php7.2-readline php7.2-xml php7.2-zip php7.2-sqlite3 + apt-get install -y php7.2-bcmath php7.2-cli php7.2-sqlsrv php7.2-pdo_sqlsrv php7.2-curl php7.2-fpm php7.2-gd php7.2-mbstring php7.2-mysql php7.2-opcache php7.2-pgsql php7.2-readline php7.2-xml php7.2-zip php7.2-sqlite3 } function install_others {