diff --git a/updated_install1.sh b/updated_install1.sh deleted file mode 100644 index 78d876e..0000000 --- a/updated_install1.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -DB_PASSWORD="Change-me123@!" - - - -apt update && apt upgrade -y - -apt install -y apache2 - -apt install -y mysql-server - -mysql_secure_installation - -apt install -y php libapache2-mod-php php-mysql - -systemctl restart apache2 - -mysql <