Update wordpress_install_1.sh
This commit is contained in:
parent
3e87a4d1db
commit
3a4426364a
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
echo -ne '\n' | 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