forgot php8.2-fpm

This commit is contained in:
Sophia Atkinson 2022-12-25 18:24:26 -08:00
parent 0cd15876c8
commit 4fd5fd4fa2
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ sudo a2enmod proxy
sudo a2enmod proxy_fcgi
sudo a2enconf php8.2-fpm
sudo systemctl restart php8.2-fpm
systemctl reload apache2
sudo systemctl enable apache2
## Updating phpMyAdmin.
PMA_VER="5.2.0"