mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update lamp.sh
This commit is contained in:
parent
6b93ec6415
commit
04aacd7842
7
lamp.sh
7
lamp.sh
|
|
@ -2,12 +2,11 @@
|
|||
|
||||
sudo apt install mariadb-server php libapache2-mod-php php-zip php-mbstring php-cli php-common php-curl php-xml php-mysql -y
|
||||
|
||||
|
||||
systemctl stop apache2
|
||||
systemctl disable apache2
|
||||
|
||||
sudo apt install apache2 -y
|
||||
|
||||
systemctl restart mariadb
|
||||
systemctl enable mariadb
|
||||
sudo mysql_secure_installation --host=localhost --port=3306
|
||||
|
||||
systemctl stop apache2
|
||||
systemctl disable apache2
|
||||
|
|
|
|||
Loading…
Reference in New Issue