Last active
July 9, 2019 19:05
-
-
Save alexisdiel/6a7a808240f4baf2d1089c1d5ce330c9 to your computer and use it in GitHub Desktop.
Apt-get-UPDATE-all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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