fix: remove unnecessary dnf upgrade from fedora installer

This commit is contained in:
2026-06-12 21:00:24 +02:00
parent af9dcf3f55
commit 6f9ac228aa
-1
View File
@@ -13,7 +13,6 @@ showHelp() {
main() { main() {
FEDORAVER=$(grep "VERSION_ID=" /etc/os-release | sed 's/"//g' | sed 's/.*=//') FEDORAVER=$(grep "VERSION_ID=" /etc/os-release | sed 's/"//g' | sed 's/.*=//')
dnf -y upgrade
dnf -y install wget newt dnf -y install wget newt
wget -O /tmp/init.sh "${BASE_URL}"/fedora-"${FEDORAVER}"/init.sh wget -O /tmp/init.sh "${BASE_URL}"/fedora-"${FEDORAVER}"/init.sh
bash /tmp/init.sh -b "${BASE_URL}" bash /tmp/init.sh -b "${BASE_URL}"