forgot php8.2-fpm

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

View File

@ -18,7 +18,7 @@ do
done
sudo apt update && apt upgrade -y
sudo add-apt-repository --yes ppa:ondrej/php && apt install libapache2-mod-php8.2 -y
sudo add-apt-repository --yes ppa:ondrej/php && apt install libapache2-mod-php8.2 php8.2-fpm -y
sudo systemtl stop apache2
sudo apt install apache2 -y
sudo apt install software-properties-common