Created
March 8, 2026 08:26
-
-
Save br0kenpixel/e3126ee40ea9783d07b37adf89c18beb to your computer and use it in GitHub Desktop.
update-fedora.sh
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
| #!/bin/zsh | |
| sudo dnf update --refresh | |
| sudo akmods | |
| sudo dracut -f --regenerate-all | |
| rustup update | |
| cargo install-update -a | |
| espup update | |
| bun upgrade | |
| sudo rclone selfupdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment