From f2e09c44d993093fed2350230a66f83cf141bf1a Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 03:29:26 -0700 Subject: [PATCH] Update 'scripts/pmainstall.sh' --- scripts/pmainstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index fe1ef65..b5c1a53 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -9,7 +9,8 @@ if [ "$go" == 'n' ]; then fi sudo apt update && apt upgrade -y -sudo apt install software-properties-common +sudo apt install apache2 -y +sudo apt install software-properties-common -y sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl -y sudo add-apt-repository ppa:ondrej/php sudo phpenmod mbstring