Last active
May 8, 2020 13:16
-
-
Save timhughes/fec168bb6a16144b7074c268f21a9468 to your computer and use it in GitHub Desktop.
upgrade_fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf -y install dnf-automatic | |
sudo systemctl enable --now dnf-automatic-install.timer | |
sudo dnf -y upgrade --refresh | |
sudo dnf -y install dnf-plugin-system-upgrade | |
sudo dnf -y system-upgrade --allowerasing download --releasever=32 | |
sudo dnf -y system-upgrade reboot | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment