Remove Fedora logic

This commit is contained in:
TheSpad 2022-09-06 10:52:16 +01:00
parent eab3b6ba11
commit ce139478ca
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -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