From 0cd15876c8cb61593d5de5ae91d9a55d279a6d50 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sun, 25 Dec 2022 18:23:24 -0800 Subject: [PATCH] forgot php8.2-fpm --- scripts/pmainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index 3c03b74..a24bd65 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -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