Skip to content

Instantly share code, notes, and snippets.

@LucasArruda
Created September 27, 2012 20:44
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 LucasArruda/3796367 to your computer and use it in GitHub Desktop.
Save LucasArruda/3796367 to your computer and use it in GitHub Desktop.
Script to install system-wide updates
#!/bin/sh
# Script to install system-wide updates
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get autoremove
sudo apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment