aboutsummaryrefslogtreecommitdiff
path: root/src/powershell/install.sh
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-05-25 22:53:54 +0300
committerGitHub <noreply@github.com>2022-05-25 22:53:54 +0300
commita4d434f22df175f6e337fef8f099a197b574f64b (patch)
tree5cc16619a5b99f0305c488d6f1ba29e2a2db926c /src/powershell/install.sh
parent343465890b2b710fd6c9cf33b1365d24a9603147 (diff)
sync with jammy updates (#21)
sync with jammy updates (https://github.com/microsoft/vscode-dev-containers/commit/053a0557211c98e5b9f0e8ccf755f6f143b05ef4) and other minor additions since copy over
Diffstat (limited to 'src/powershell/install.sh')
-rw-r--r--src/powershell/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powershell/install.sh b/src/powershell/install.sh
index 3110356..b8630c4 100644
--- a/src/powershell/install.sh
+++ b/src/powershell/install.sh
@@ -122,7 +122,7 @@ install_using_apt() {
install_using_github() {
# Fall back on direct download if no apt package exists in microsoft pool
- check_packages curl ca-certificates gnupg2 dirmngr libc6 libgcc1 libgssapi-krb5-2 liblttng-ust0 libstdc++6 libunwind8 libuuid1 zlib1g libicu[0-9][0-9]
+ check_packages curl ca-certificates gnupg2 dirmngr libc6 libgcc1 libgssapi-krb5-2 libstdc++6 libunwind8 libuuid1 zlib1g libicu[0-9][0-9]
if ! type git > /dev/null 2>&1; then
apt_get_update_if_needed
apt-get install -y --no-install-recommends git