From db2494a045cb5103eeea8934c2cf55d582adf1b3 Mon Sep 17 00:00:00 2001 From: RomanNum3ral <116513200+RomanNum3ral@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:02:22 -0400 Subject: [PATCH] Update wordpress_install_1.sh --- wordpress_install_1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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