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