From e99662e3f042b671bb6bc1feca98c23d1f771040 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 21 Mar 2019 07:32:09 -0600 Subject: update PGP keys --- update.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'update.sh') 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 )" -- cgit v1.2.3