Created
May 27, 2021 10:48
-
-
Save fbouynot/d6e273bab7a9f4ac88862f25c59ae66d to your computer and use it in GitHub Desktop.
This file contains 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
#!/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