Skip to content

Instantly share code, notes, and snippets.

@therocco
Created May 5, 2017 17:51
Show Gist options
  • Save therocco/91adc94a3864c28bf8c5372ad0bbfad5 to your computer and use it in GitHub Desktop.
Save therocco/91adc94a3864c28bf8c5372ad0bbfad5 to your computer and use it in GitHub Desktop.

Debian / Ubuntu / elementary OS - Easy apt update

Here is a little alias to help you update your system swiftly and easily without a lot of typing. You can make this alias sticky by appending it to the end of your .bashrc file.

alias update="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment