We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9a7b5 commit b81bd04Copy full SHA for b81bd04
src/artifacts-helper/install.sh
@@ -70,7 +70,7 @@ check_packages() {
70
71
export DEBIAN_FRONTEND=noninteractive
72
73
-if [ "${ID}" = "mariner" ] || { [ "${ID}" = "azurelinux" ] && [ "${VERSION_ID}" = "3.0" ]; then
+if [[ "${ID}" == "mariner" || ( "${ID}" == "azurelinux" && "${VERSION_ID}" == "3.0" ) ]]; then
74
tdnf install -y wget ca-certificates
75
tdnf clean all
76
else
0 commit comments