Skip to content

Instantly share code, notes, and snippets.

@timhughes
Last active May 8, 2020 13:16
Show Gist options
  • Save timhughes/fec168bb6a16144b7074c268f21a9468 to your computer and use it in GitHub Desktop.
Save timhughes/fec168bb6a16144b7074c268f21a9468 to your computer and use it in GitHub Desktop.
upgrade_fedora
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