Skip to content

Instantly share code, notes, and snippets.

@RafaelBroseghini
Last active November 26, 2018 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RafaelBroseghini/326c88336afde492bea4b77783d2a721 to your computer and use it in GitHub Desktop.
Save RafaelBroseghini/326c88336afde492bea4b77783d2a721 to your computer and use it in GitHub Desktop.
Update, Upgrade, Clean, Remove
#!/bin/bash
sudo apt update
sudo apt upgrade
sudo apt autoremove
sudo apt autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment