From 6f9ac228aa0a506abcbeb0f0d3b5666418fdaf48 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 12 Jun 2026 21:00:24 +0200 Subject: [PATCH] fix: remove unnecessary dnf upgrade from fedora installer --- fedora.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora.sh b/fedora.sh index dea03f8..d78e5ea 100644 --- a/fedora.sh +++ b/fedora.sh @@ -13,7 +13,6 @@ showHelp() { main() { FEDORAVER=$(grep "VERSION_ID=" /etc/os-release | sed 's/"//g' | sed 's/.*=//') - dnf -y upgrade dnf -y install wget newt wget -O /tmp/init.sh "${BASE_URL}"/fedora-"${FEDORAVER}"/init.sh bash /tmp/init.sh -b "${BASE_URL}"