Last active
April 6, 2020 08:35
-
-
Save mercuriete/040af22ca4051d0d367e63f82b930d69 to your computer and use it in GitHub Desktop.
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
#!/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