diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-01 19:50:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 19:50:25 +0300 |
commit | 1a2c305115c2c4be9a31315d08877bbcc96f12a0 (patch) | |
tree | a8258393ddf479057b65be2703b551e799c6596b /src/azure-cli/install.sh | |
parent | 022a57ef4a94e4b2b3b64f0dd9e8f625b8a1f3ff (diff) |
sync with https://github.com/microsoft/vscode-dev-containers/pull/1559
Diffstat (limited to 'src/azure-cli/install.sh')
-rwxr-xr-x | src/azure-cli/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/azure-cli/install.sh b/src/azure-cli/install.sh index 3b8be12..2c3c1c5 100755 --- a/src/azure-cli/install.sh +++ b/src/azure-cli/install.sh @@ -13,7 +13,7 @@ AZ_VERSION=${VERSION:-"latest"} MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc" AZCLI_ARCHIVE_ARCHITECTURES="amd64" -AZCLI_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal" +AZCLI_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal jammy" if [ "$(id -u)" -ne 0 ]; then echo -e 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.' |