From 60862fca230cac1cdf824e99336c2c67930de1c9 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 24 Jul 2025 20:35:10 +0000 Subject: [PATCH] Enables automatic installation of all updates (security + regular) on Debian/Ubuntu systems. --- auto-updates-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-updates-full.sh b/auto-updates-full.sh index 9a0d9fe..14f3d7c 100644 --- a/auto-updates-full.sh +++ b/auto-updates-full.sh @@ -3,7 +3,7 @@ # setup-auto-updates.sh # # 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 # - security + regular updates (kernels included) # - smart reboot at 04:00 (only when needed, and no logged-in users)