From ccc15fadb5a152f79526eba616cdaf62752345f1 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 10:24:20 -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 cf98863..27b6f2a 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -8,8 +8,9 @@ if [ "$go" == 'n' ]; then exit fi -apt update && apt upgrade -y +sudo apt update && apt upgrade -y sudo systemtl stop apache2 +sudo apt install apache2 sudo apt install software-properties-common sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl -y sudo add-apt-repository ppa:ondrej/php && apt install libapache2-mod-php8.1