Skip to content

Instantly share code, notes, and snippets.

@alexisdiel
Last active July 9, 2019 19:05
Show Gist options
  • Save alexisdiel/6a7a808240f4baf2d1089c1d5ce330c9 to your computer and use it in GitHub Desktop.
Save alexisdiel/6a7a808240f4baf2d1089c1d5ce330c9 to your computer and use it in GitHub Desktop.
Apt-get-UPDATE-all
# cat /usr/local/bin/apt-upgrade-all.sh
# chmod +x /usr/local/bin0/apt-upgrade-all.sh
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo apt -y autoremove
sudo apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment