... i cant spell

This commit is contained in:
Sophia Atkinson 2023-01-19 05:09:52 -08:00
parent 5f5e2dee15
commit 8be3efa9e0
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ done
PHP_VER="8.2"
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 systemctl stop apache2
sudo apt install apache2 -y
sudo apt remove php8.1-fpm php8.1-* -y
sudo apt install software-properties-common
@ -34,7 +34,7 @@ sudo a2enmod proxy
sudo a2enmod proxy_fcgi
sudo a2enconf php$PHP_VER-fpm
sudo systemctl restart php$PHP_VER-fpm
systemctl reload apache2
sudo systemctl reload apache2
sudo systemctl enable apache2
## Updating phpMyAdmin.
PMA_VER="5.2.0"

View File

@ -19,7 +19,7 @@ done
PHP_VER="8.2"
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 systemctl stop apache2
sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl -y
sudo apt remove php8.1-fpm php8.1-* -y
sudo phpenmod mbstring
@ -30,7 +30,7 @@ sudo a2enmod proxy
sudo a2enmod proxy_fcgi
sudo a2enconf php$PHP_VER-fpm
sudo systemctl restart php$PHP_VER-fpm
systemctl reload apache2
sudo systemctl reload apache2
sudo systemctl enable apache2
sudo apt autoremove -y
PMA_VER="5.2.0"