Last active
August 28, 2022 03:56
-
-
Save joshespi/ca75d18ecf7d13fc1a93527d5431b76c to your computer and use it in GitHub Desktop.
APT update everything, cleanup, reboot
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
#!/bin/bash | |
sudo apt update --fix-missing -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo apt autoclean -y && sudo shutdown -r now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment