From 247984445949a099ec17c852ba9962b6c2dbd684 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:52:27 -0500 Subject: [PATCH] Update update_services.sh --- scripts/update_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 009509c..4803108 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -426,7 +426,7 @@ install_php() { if ! which php &> /dev/null || ! which php-fpm || ! apt list --installed | grep php-xml;then echo "Installing PHP modules" apt -qq update - apt install -qqy php php-fpm php-mysql php-xml + apt install -qqy php php-fpm php-mysql php-xml php-zip else echo "PHP and PHP-FPM installed" fi