mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
1.54.0.sh: Prevent apt update from failing due to invalid signing key
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
e21a027c68
commit
3b65ecf812
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user