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

Commit 94db561

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent 5668277 commit 94db561

File tree

46 files changed

+48
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+48
-33
lines changed

containers/azure-ansible/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
102102
libkrb5-3 \
103103
libgssapi-krb5-2 \
104104
libicu[0-9][0-9] \
105-
liblttng-ust0 \
105+
liblttng-ust[0-9] \
106106
libstdc++6 \
107107
zlib1g \
108108
locales \

containers/azure-ansible/.devcontainer/library-scripts/node-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ su ${USERNAME} -c "$(cat << EOF
126126
umask 0002
127127
# Do not update profile - we'll do this manually
128128
export PROFILE=/dev/null
129+
ls -lah /home/${USERNAME}/.nvs || :
129130
curl -so- https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash
130131
source ${NVM_DIR}/nvm.sh
131132
if [ "${NODE_VERSION}" != "" ]; then

containers/azure-bicep/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
102102
libkrb5-3 \
103103
libgssapi-krb5-2 \
104104
libicu[0-9][0-9] \
105-
liblttng-ust0 \
105+
liblttng-ust[0-9] \
106106
libstdc++6 \
107107
zlib1g \
108108
locales \

containers/azure-bicep/.devcontainer/library-scripts/node-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ su ${USERNAME} -c "$(cat << EOF
126126
umask 0002
127127
# Do not update profile - we'll do this manually
128128
export PROFILE=/dev/null
129+
ls -lah /home/${USERNAME}/.nvs || :
129130
curl -so- https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash
130131
source ${NVM_DIR}/nvm.sh
131132
if [ "${NODE_VERSION}" != "" ]; then

containers/azure-cli/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
102102
libkrb5-3 \
103103
libgssapi-krb5-2 \
104104
libicu[0-9][0-9] \
105-
liblttng-ust0 \
105+
liblttng-ust[0-9] \
106106
libstdc++6 \
107107
zlib1g \
108108
locales \

containers/azure-static-web-apps/.devcontainer/library-scripts/node-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ su ${USERNAME} -c "$(cat << EOF
126126
umask 0002
127127
# Do not update profile - we'll do this manually
128128
export PROFILE=/dev/null
129+
ls -lah /home/${USERNAME}/.nvs || :
129130
curl -so- https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash
130131
source ${NVM_DIR}/nvm.sh
131132
if [ "${NODE_VERSION}" != "" ]; then

containers/azure-terraform/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
102102
libkrb5-3 \
103103
libgssapi-krb5-2 \
104104
libicu[0-9][0-9] \
105-
liblttng-ust0 \
105+
liblttng-ust[0-9] \
106106
libstdc++6 \
107107
zlib1g \
108108
locales \

containers/azure-terraform/.devcontainer/library-scripts/node-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ su ${USERNAME} -c "$(cat << EOF
126126
umask 0002
127127
# Do not update profile - we'll do this manually
128128
export PROFILE=/dev/null
129+
ls -lah /home/${USERNAME}/.nvs || :
129130
curl -so- https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash
130131
source ${NVM_DIR}/nvm.sh
131132
if [ "${NODE_VERSION}" != "" ]; then

containers/bazel/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
102102
libkrb5-3 \
103103
libgssapi-krb5-2 \
104104
libicu[0-9][0-9] \
105-
liblttng-ust0 \
105+
liblttng-ust[0-9] \
106106
libstdc++6 \
107107
zlib1g \
108108
locales \

containers/codespaces-linux/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
102102
libkrb5-3 \
103103
libgssapi-krb5-2 \
104104
libicu[0-9][0-9] \
105-
liblttng-ust0 \
105+
liblttng-ust[0-9] \
106106
libstdc++6 \
107107
zlib1g \
108108
locales \

0 commit comments

Comments
 (0)