From 350906875c2334119bccebdebfb95df868b4f9a6 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 17 Dec 2019 21:15:11 +0800 Subject: [PATCH] u --- install-lamp.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install-lamp.sh diff --git a/install-lamp.sh b/install-lamp.sh new file mode 100644 index 0000000..c5e377d --- /dev/null +++ b/install-lamp.sh @@ -0,0 +1,10 @@ +apt update +apt -y install wget screen git +cd / +git clone https://github.com/teddysun/lamp.git +cd lamp +chmod 755 *.sh + +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