Skip to content

Instantly share code, notes, and snippets.

@joshespi
Last active August 28, 2022 03:56
Show Gist options
  • Save joshespi/ca75d18ecf7d13fc1a93527d5431b76c to your computer and use it in GitHub Desktop.
Save joshespi/ca75d18ecf7d13fc1a93527d5431b76c to your computer and use it in GitHub Desktop.
APT update everything, cleanup, reboot
#!/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