diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-01 21:18:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 21:18:14 +0300 |
commit | 535799a8fd232fc3b5e131cf070d9e7c5019ed11 (patch) | |
tree | feb2f7d4145d7d99bac2e4b880c1ba161b0c4556 /src/powershell | |
parent | 0ad7ef4ac3d0ed95ecb4439e302b8b94a6237f9a (diff) |
port https://github.com/microsoft/vscode-dev-containers/pull/1560
Diffstat (limited to 'src/powershell')
-rwxr-xr-x | src/powershell/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powershell/install.sh b/src/powershell/install.sh index be60201..e686ecc 100755 --- a/src/powershell/install.sh +++ b/src/powershell/install.sh @@ -13,7 +13,7 @@ POWERSHELL_VERSION=${VERSION:-"latest"} MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc" POWERSHELL_ARCHIVE_ARCHITECTURES="amd64" -POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal" +POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal bullseye jammy" GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80 keyserver hkps://keys.openpgp.org keyserver hkp://keyserver.pgp.com" |