diff --git a/src/artifacts-helper/install.sh b/src/artifacts-helper/install.sh index 2fb3f09..f8ed3b7 100755 --- a/src/artifacts-helper/install.sh +++ b/src/artifacts-helper/install.sh @@ -70,7 +70,7 @@ check_packages() { export DEBIAN_FRONTEND=noninteractive -if [ "${ID}" = "mariner" ]; then +if [[ "${ID}" == "mariner" || ( "${ID}" == "azurelinux" && "${VERSION_ID}" == "3.0" ) ]]; then tdnf install -y wget ca-certificates tdnf clean all else @@ -145,4 +145,4 @@ if [ "${INSTALL_WITH_SUDO}" = "true" ]; then fi rm /tmp/install-provider.sh -exit 0 \ No newline at end of file +exit 0