From a855ac45104012e776f12be4a2c235093e24942e Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 18 May 2025 02:07:01 +0200 Subject: [PATCH] Update --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 62a71d9da..5a91033ce 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -386,7 +386,7 @@ install_php() { $STD systemctl disable php${CURRENT_PHP}-fpm || true fi - $STD apt-get install -y "$MODULE_LIST" + $STD apt-get install -y $MODULE_LIST msg_ok "Installed PHP $PHP_VERSION with selected modules" if [[ "$PHP_APACHE" == "YES" ]]; then