Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'updates/1.17.0.sh')
-rw-r--r--updates/1.17.0.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/updates/1.17.0.sh b/updates/1.17.0.sh
index 8255e25a..d63e6f8c 100644
--- a/updates/1.17.0.sh
+++ b/updates/1.17.0.sh
@@ -12,8 +12,7 @@ source /usr/local/etc/library.sh # sets NCVER PHPVER RELEASE
sed -i "s/buster/$RELEASE/g" /etc/apt/sources.list.d/* &>/dev/null || true
# restore smbclient after dist upgrade
-apt-get update
-apt-get install -y --no-install-recommends php${PHPVER}-gmp
+apt_install php${PHPVER}-gmp
# Update modsecurity config file only if user is already in buster and
# modsecurity is used.