From 37b94d11224c544e61f9d0212494a5dd78abcabf Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Thu, 29 May 2025 22:02:04 +0000 Subject: [PATCH] Delete updated_install1.sh --- updated_install1.sh | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 updated_install1.sh 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 <