Last active
September 10, 2026 13:39
-
-
Save hl2guide/815b9659745377e7e16ba9f39d935c73 to your computer and use it in GitHub Desktop.
update CachyOS using Shelly (use it in TTY)
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/bash | |
| # Updates CachyOS using Shelly in TTY | |
| # sudo cachyos-rate-mirrors | |
| sudo shelly upgrade standard -n | |
| #sleep 6s | |
| #sudo reboot | |
| exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment