Skip to content

Instantly share code, notes, and snippets.

@meetox80
Created December 25, 2024 22:11
Show Gist options
  • Save meetox80/5eddf7fe3fb577fa71e7a10847266137 to your computer and use it in GitHub Desktop.
Save meetox80/5eddf7fe3fb577fa71e7a10847266137 to your computer and use it in GitHub Desktop.
autoupdate *reboot
sudo apt update && sudo apt upgrade -y && sudo systemctl enable --now apt-daily.timer && sudo systemctl enable --now apt-daily-upgrade.timer && sudo apt install unattended-upgrades && sudo unattended-upgrades --dry-run && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment