Skip to content

Instantly share code, notes, and snippets.

@lyarwood
Created January 15, 2015 15:19
Show Gist options
  • Save lyarwood/22059dd1b8f96faca246 to your computer and use it in GitHub Desktop.
Save lyarwood/22059dd1b8f96faca246 to your computer and use it in GitHub Desktop.
Fedora 20 to 21 droplet upgrade commands
# dnf method of upgrading based on http://git.io/eWpjYw
dnf update -y
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-21-$(uname -i)
dnf update yum -y
dnf clean all
dnf --releasever=21 distro-sync
dnf remove firewalld-config-standard -y
dnf install system-release-server -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment