From 3b65ecf812778eba28f8e3f1c0e81037d3b19364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:00:42 +0200 Subject: [PATCH] 1.54.0.sh: Prevent apt update from failing due to invalid signing key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- updates/1.54.0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates/1.54.0.sh b/updates/1.54.0.sh index dddcf032..de15a2ae 100644 --- a/updates/1.54.0.sh +++ b/updates/1.54.0.sh @@ -26,7 +26,7 @@ done echo "done." echo "Updating PHP package signing key..." -apt-get update +apt-get update ||: apt-get install --no-install-recommends -y gnupg2 apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg