Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit f7097de

Browse files
authored
Add bullseye, jammy to apt download list for PowerShell (#1560)
1 parent 1bf27f5 commit f7097de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script-library/powershell-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -e
1414
POWERSHELL_VERSION=${1:-"latest"}
1515
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
1616
POWERSHELL_ARCHIVE_ARCHITECTURES="amd64"
17-
POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal"
17+
POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal bullseye jammy"
1818
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80
1919
keyserver hkps://keys.openpgp.org
2020
keyserver hkp://keyserver.pgp.com"

script-library/shared/settings.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT_LFS_ARCHIVE_ARCHITECTURES="amd64 arm64"
99
GIT_LFS_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal jammy"
1010
GIT_LFS_CHECKSUM_GPG_KEYS="0x88ace9b29196305ba9947552f1ba225c0223b187 0x86cd3297749375bcf8206715f54fe648088335a9 0xaa3b3450295830d2de6db90caba67be5a5795889"
1111
POWERSHELL_ARCHIVE_ARCHITECTURES="amd64"
12-
POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal"
12+
POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal bullseye jammy"
1313
AZCLI_ARCHIVE_ARCHITECTURES="amd64"
1414
AZCLI_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal jammy"
1515
DOTNET_ARCHIVE_ARCHITECTURES="amd64"

0 commit comments

Comments
 (0)