diff --git a/wordpress_install_1.sh b/wordpress_install_1.sh index 9e93e85..42a3f9a 100644 --- a/wordpress_install_1.sh +++ b/wordpress_install_1.sh @@ -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