u
This commit is contained in:
parent
9878209425
commit
350906875c
10
install-lamp.sh
Normal file
10
install-lamp.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user