jra_nextcloud.sh: small fix for install_aval_package function
This commit is contained in:
parent
42703a005f
commit
8df68aeb56
|
@ -208,7 +208,7 @@ install_ifnot postgresql-"$PSGVER"
|
||||||
|
|
||||||
# PHP 7.4
|
# PHP 7.4
|
||||||
add_php
|
add_php
|
||||||
install_aval_package \
|
install_aval_package " \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
php"$PHPVER"-fpm \
|
php"$PHPVER"-fpm \
|
||||||
php"$PHPVER"-bcmath \
|
php"$PHPVER"-bcmath \
|
||||||
|
@ -228,7 +228,8 @@ install_aval_package \
|
||||||
php"$PHPVER"-xmlrpc \
|
php"$PHPVER"-xmlrpc \
|
||||||
php"$PHPVER"-zip \
|
php"$PHPVER"-zip \
|
||||||
redis-server \
|
redis-server \
|
||||||
unzip
|
unzip \
|
||||||
|
"
|
||||||
|
|
||||||
#System related
|
#System related
|
||||||
install_ifnot smbclient
|
install_ifnot smbclient
|
||||||
|
|
Loading…
Reference in New Issue