From 0e09702fe9e0c6a14cb6b6adabed35264fc37230 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 24 Jul 2025 20:35:50 +0000 Subject: [PATCH] Installs only security updates automatically, ignoring all standard package upgrades. --- auto-updates-sec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-updates-sec.sh b/auto-updates-sec.sh index 2bda5be..d2519ac 100644 --- a/auto-updates-sec.sh +++ b/auto-updates-sec.sh @@ -3,7 +3,7 @@ # setup-auto-updates-security-only.sh # # Debian/Ubuntu universal unattended-upgrades setup (SECURITY ONLY): -# - 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 ONLY security updates # - smart reboot at 04:00 (only when needed, and no logged-in users)