Skip to content

Commit 3b65ecf

Browse files
committed
1.54.0.sh: Prevent apt update from failing due to invalid signing key
Signed-off-by: Tobias Knöppler <[email protected]>
1 parent e21a027 commit 3b65ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updates/1.54.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ done
2626
echo "done."
2727

2828
echo "Updating PHP package signing key..."
29-
apt-get update
29+
apt-get update ||:
3030
apt-get install --no-install-recommends -y gnupg2
3131

3232
apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg

0 commit comments

Comments
 (0)