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:
authornachoparker <nacho@ownyourbits.com>2019-03-21 16:32:09 +0300
committernachoparker <nacho@ownyourbits.com>2019-03-23 17:14:09 +0300
commite99662e3f042b671bb6bc1feca98c23d1f771040 (patch)
tree858aeb6de90f3eb2ea886b57f201664a9cce343e /update.sh
parentf0b467ba9bd9ca7517e190cbe01b8af75ec57c69 (diff)
update PGP keys
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index d3ac642a..0c044344 100755
--- a/update.sh
+++ b/update.sh
@@ -207,6 +207,9 @@ EOF
# update unattended labels
is_active_app unattended-upgrades && run_app unattended-upgrades
+ # update sury keys
+ wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
+
# remove redundant opcache configuration. Leave until update bug is fixed -> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815968
# Bug #416 reappeared after we moved to php7.2 and debian buster packages. (keep last)
[[ "$( ls -l /etc/php/7.2/fpm/conf.d/*-opcache.ini | wc -l )" -gt 1 ]] && rm "$( ls /etc/php/7.2/fpm/conf.d/*-opcache.ini | tail -1 )"