From 373d3c5c59ddd5a63da2aca2b919dedd925712ae Mon Sep 17 00:00:00 2001 From: ayushdabhi31 Date: Wed, 19 Jun 2024 15:36:51 +0530 Subject: [PATCH] Modify LAMP-with-packages.sh --- LAMP-with-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LAMP-with-packages.sh b/LAMP-with-packages.sh index 32cccbb..56ecc5c 100644 --- a/LAMP-with-packages.sh +++ b/LAMP-with-packages.sh @@ -68,7 +68,7 @@ sudo apt install phpmyadmin -y sudo phpenmod mbstring sudo systemctl restart apache2 ## Configure PhpMyAdmin -echo 'Include /etc/phpmyadmin/apache.conf' >> /etc/apache2/apache2.conf +sudo bash -c 'echo "Include /etc/phpmyadmin/apache.conf" >> /etc/apache2/apache2.conf' # Install ZIP, Unzip, git echo -e "\n\nInstalling Git, ZIP, and Unzip\n"