Created
November 4, 2024 20:46
-
-
Save remlapmot/1db4f2c27880ec3df8f17c15d2e91f07 to your computer and use it in GitHub Desktop.
Update Ubuntu apt packages and snaps
This file contains 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
#!/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