Update wordpress_install_1.sh
This commit is contained in:
parent
3a4426364a
commit
db2494a045
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo -ne '\n' | sudo apt update && sudo apt upgrade -y
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
sudo apt install apache2 -y
|
||||
sudo apt install mariadb-server mariadb-client -y
|
||||
sudo systemctl start mariadb
|
||||
|
|
Loading…
Reference in New Issue