Skip to content

Instantly share code, notes, and snippets.

@zoozalp
Last active September 7, 2017 20:10
Show Gist options
  • Save zoozalp/a612a969668f689e1a1177063c596a01 to your computer and use it in GitHub Desktop.
Save zoozalp/a612a969668f689e1a1177063c596a01 to your computer and use it in GitHub Desktop.
nano ~/.bashrc
update() {
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo apt-get -y autoremove
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment