Update 'scripts/pmainstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 03:29:26 -07:00
parent d522631f7f
commit f2e09c44d9
1 changed files with 2 additions and 1 deletions

View File

@ -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