From 2c643ab5a32c75e36728d1353f126b445fd92fcc Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 23 Dec 2019 10:01:52 +0800 Subject: [PATCH] u --- install-lamp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-lamp.sh b/install-lamp.sh index 81b7bcc..5618d91 100644 --- a/install-lamp.sh +++ b/install-lamp.sh @@ -5,6 +5,7 @@ git clone https://github.com/teddysun/lamp.git cd lamp chmod 755 *.sh +echo "Don't select php 7.2 or above, it fails due to lacking of freetype-config. Please use php 7.1" read -p "Enter root password of MySQL Server >> " DBPWD -./lamp.sh --apache_option 1 --db_option 3 --php_option 4 --db_manage_modules --db_root_pwd $DBPWD phpmyadmin --kodexplorer_option 1 \ No newline at end of file +screen ./lamp.sh --apache_option 1 --db_option 3 --php_option 3 --db_root_pwd $DBPWD --db_manage_modules phpmyadmin --kodexplorer_option 1 \ No newline at end of file