Created
October 10, 2019 07:14
-
-
Save migueltg/2f6d73eee55b572df58de619e5ff3129 to your computer and use it in GitHub Desktop.
Update and cleand Debian / Ubuntu system
This file contains 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
apt-get update -y && echo "" && \ | |
apt-get install deborphan -y && \ | |
apt-get dist-upgrade -y && echo "" && \ | |
apt-get upgrade -y && echo "" && \ | |
deborphan | xargs sudo apt-get remove -y --purge && echo "" && \ | |
apt-get autoremove -y && echo "" && \ | |
apt-get autoclean -y && echo "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment