From 8df68aeb56d12c37f930cb260dd4b542b1037d0a Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 22 Feb 2023 05:23:19 -0600 Subject: [PATCH] jra_nextcloud.sh: small fix for install_aval_package function --- jra_nextcloud.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index eb3ad86..bd8ff03 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -208,7 +208,7 @@ install_ifnot postgresql-"$PSGVER" # PHP 7.4 add_php -install_aval_package \ +install_aval_package " \ imagemagick \ php"$PHPVER"-fpm \ php"$PHPVER"-bcmath \ @@ -228,7 +228,8 @@ install_aval_package \ php"$PHPVER"-xmlrpc \ php"$PHPVER"-zip \ redis-server \ - unzip + unzip \ + " #System related install_ifnot smbclient