Skip to content

Instantly share code, notes, and snippets.

@fbouynot
Created May 27, 2021 10:48
Show Gist options
  • Save fbouynot/d6e273bab7a9f4ac88862f25c59ae66d to your computer and use it in GitHub Desktop.
Save fbouynot/d6e273bab7a9f4ac88862f25c59ae66d to your computer and use it in GitHub Desktop.
#!/bin/bash
/usr/bin/dnf install -y dnf-plugin-system-upgrade
/usr/bin/dnf system-upgrade download -y --refresh --releasever=$(( $(/usr/bin/echo $(/usr/bin/uname -r) | /usr/bin/cut -f 4 -d '.' | /usr/bin/tail -c 3) + 1 ))
/usr/bin/dnf system-upgrade reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment