Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexandreelise/77263b860c4bbd3dff6ece80bc8ed430 to your computer and use it in GitHub Desktop.
Save alexandreelise/77263b860c4bbd3dff6ece80bc8ed430 to your computer and use it in GitHub Desktop.
Change all snaps to edge channel one-liner
#!/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