Removing php8.1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user