Skip to content

Instantly share code, notes, and snippets.

@mercuriete
Last active April 6, 2020 08:35
Show Gist options
  • Save mercuriete/040af22ca4051d0d367e63f82b930d69 to your computer and use it in GitHub Desktop.
Save mercuriete/040af22ca4051d0d367e63f82b930d69 to your computer and use it in GitHub Desktop.
#!/bin/bash
# sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove && sudo apt-get autoclean && sudo apt-get clean
apt-get update
apt-get dist-upgrade
apt-get autoremove
apt-get autoclean
apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment