forked from Sophia/thelinuxlist
Update 'scripts/pmainstall.sh'
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user