Created
October 13, 2017 21:24
-
-
Save MrThreat/da6f106d87824e792a3148fa0fa4b8b4 to your computer and use it in GitHub Desktop.
Debian updater | cleaner
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
apt-get update && apt-get autoclean -y && apt-get clean -y && apt-get autoremove -y | |
find /tmp -ctime +10 -exec rm -rf {} + | |
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y | |
apt-get update && apt-get autoclean -y && apt-get clean -y && apt-get autoremove -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment