Removing php8.1

This commit is contained in:
2023-01-19 05:07:39 -08:00
parent 73859156fd
commit 5f5e2dee15
2 changed files with 3 additions and 5 deletions

View File

@ -21,6 +21,7 @@ sudo apt update && apt upgrade -y
sudo add-apt-repository --yes ppa:ondrej/php && apt install libapache2-mod-php$PHP_VER php$PHP_VER-fpm -y
sudo systemtl stop apache2
sudo apt install apache2 -y
sudo apt remove php8.1-fpm php8.1-* -y
sudo apt install software-properties-common
sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl -y
sudo echo "Include /etc/phpmyadmin/apache.conf" >> /etc/apache2/apache2.conf