Skip to content

Instantly share code, notes, and snippets.

@MrThreat
Created October 13, 2017 21:24
Show Gist options
  • Save MrThreat/da6f106d87824e792a3148fa0fa4b8b4 to your computer and use it in GitHub Desktop.
Save MrThreat/da6f106d87824e792a3148fa0fa4b8b4 to your computer and use it in GitHub Desktop.
Debian updater | cleaner
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