Update 'scripts/pmainstall.sh'

This commit is contained in:
2022-10-19 10:24:20 -07:00
parent 1783f848d2
commit ccc15fadb5

View File

@ -8,8 +8,9 @@ if [ "$go" == 'n' ]; then
exit exit
fi fi
apt update && apt upgrade -y sudo apt update && apt upgrade -y
sudo systemtl stop apache2 sudo systemtl stop apache2
sudo apt install apache2
sudo apt install software-properties-common sudo apt install software-properties-common
sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl -y 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 sudo add-apt-repository ppa:ondrej/php && apt install libapache2-mod-php8.1