From 6f124114cfba08709250c3b7b695a4c6d6731f93 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 10:38:00 -0700 Subject: [PATCH] Update 'scripts/pmainstall.sh' --- scripts/pmainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index 0a91dfb..122c558 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -9,11 +9,11 @@ if [ "$go" == 'n' ]; then fi sudo apt update && apt upgrade -y +sudo add-apt-repository ppa:ondrej/php && apt install libapache2-mod-php8.1 -y sudo systemtl stop apache2 sudo apt install apache2 -y 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 -y sudo a2enmod php8.1 sudo echo "Include /etc/phpmyadmin/apache.conf" >> /etc/apache2/apache2.conf sudo phpenmod mbstring