Last active
June 4, 2023 11:43
-
-
Save damianobarbati/a0239c00cbfb4d873158fc503ac548d8 to your computer and use it in GitHub Desktop.
apt - update system
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 -y | |
apt-get upgrade -y | |
apt dist-upgrade -y | |
apt autoremove --purge -y | |
apt clean | |
do-release-upgrade | |
# clean logs folder | |
find /var/log -type f -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment