Created
July 17, 2025 23:21
-
-
Save alexandreelise/77263b860c4bbd3dff6ece80bc8ed430 to your computer and use it in GitHub Desktop.
Change all snaps to edge channel one-liner
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/sh | |
sudo snap list | grep -IoE '^([a-z0-9\-]+)' | xargs -I{} sudo snap refresh {} --edge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment