fix: remove unnecessary dnf upgrade from fedora installer
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user