Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created November 4, 2024 20:46
Show Gist options
  • Save remlapmot/1db4f2c27880ec3df8f17c15d2e91f07 to your computer and use it in GitHub Desktop.
Save remlapmot/1db4f2c27880ec3df8f17c15d2e91f07 to your computer and use it in GitHub Desktop.
Update Ubuntu apt packages and snaps
#!/usr/bin/env bash
sudo apt-get update && sudo apt-get --with-new-pkgs upgrade -y
sudo snap refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment