From 1155a9906b3324617d3e491f2f01b0175e43b522 Mon Sep 17 00:00:00 2001 From: Richard Höchenberger Date: Wed, 18 Oct 2023 01:45:04 +0200 Subject: Try connecting to Ubuntu keyserver on port 80 if default HKP port fails (#722) * Try Ubuntu keyserver on port 80 if default HKP port fails Closes #719 Closes #717 * Bump feature versions --------- Co-authored-by: Samruddhi Khandale --- src/powershell/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/powershell/install.sh') diff --git a/src/powershell/install.sh b/src/powershell/install.sh index b220c3a..666071f 100755 --- a/src/powershell/install.sh +++ b/src/powershell/install.sh @@ -19,6 +19,7 @@ MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc" POWERSHELL_ARCHIVE_ARCHITECTURES="amd64" POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal bullseye jammy" GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com +keyserver hkp://keyserver.ubuntu.com:80 keyserver hkps://keys.openpgp.org keyserver hkp://keyserver.pgp.com" -- cgit v1.2.3