Remove Fedora logic
This commit is contained in:
parent
eab3b6ba11
commit
ce139478ca
|
|
@ -13,9 +13,6 @@ if [[ -f "/mod-repo-packages-to-install.list" ]]; then
|
||||||
elif [[ -f /sbin/apk ]]; then
|
elif [[ -f /sbin/apk ]]; then
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
"${REPO_PACKAGES[@]}"
|
"${REPO_PACKAGES[@]}"
|
||||||
elif [ -f /usr/bin/dnf ]; then
|
|
||||||
dnf install -y --setopt=install_weak_deps=False --best \
|
|
||||||
"${REPO_PACKAGES[@]}"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue