Enables automatic installation of all updates (security + regular) on Debian/Ubuntu systems.

This commit is contained in:
2025-07-24 20:35:10 +00:00
parent bd5b37edbb
commit 60862fca23

View File

@@ -3,7 +3,7 @@
# setup-auto-updates.sh # setup-auto-updates.sh
# #
# Debian/Ubuntu universal unattended-upgrades setup: # Debian/Ubuntu universal unattended-upgrades setup:
# - fixes locale (en_US.UTF-8) to avoid perl/locale warnings # - fixes locale (en_US.UTF-8) to avoid perl/locale warnings
# - installs & enables unattended-upgrades # - installs & enables unattended-upgrades
# - security + regular updates (kernels included) # - security + regular updates (kernels included)
# - smart reboot at 04:00 (only when needed, and no logged-in users) # - smart reboot at 04:00 (only when needed, and no logged-in users)