Skip to content

Commit 1e9a7b5

Browse files
authored
Update condition for Mariner and Azure Linux installation
1 parent 4f12ef9 commit 1e9a7b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/artifacts-helper/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ check_packages() {
7070

7171
export DEBIAN_FRONTEND=noninteractive
7272

73-
if [ "${ID}" = "mariner" ]; then
73+
if [ "${ID}" = "mariner" ] || { [ "${ID}" = "azurelinux" ] && [ "${VERSION_ID}" = "3.0" ]; then
7474
tdnf install -y wget ca-certificates
7575
tdnf clean all
7676
else
@@ -145,4 +145,4 @@ if [ "${INSTALL_WITH_SUDO}" = "true" ]; then
145145
fi
146146
rm /tmp/install-provider.sh
147147

148-
exit 0
148+
exit 0

0 commit comments

Comments
 (0)