From f885861ada8fac92bf8a74df18fe2f6938a1c054 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 16 Sep 2019 20:44:52 -0600 Subject: unattended-upgrades: fix armbian disabling UU Signed-off-by: nachoparker --- bin/ncp/UPDATES/unattended-upgrades.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/ncp/UPDATES/unattended-upgrades.sh b/bin/ncp/UPDATES/unattended-upgrades.sh index 594e4969..df4ec8bb 100644 --- a/bin/ncp/UPDATES/unattended-upgrades.sh +++ b/bin/ncp/UPDATES/unattended-upgrades.sh @@ -39,6 +39,9 @@ Dpkg::Options { "--force-confdef"; "--force-confold"; }; + +// Enable the update/upgrade script, disabled by Armbian in 02-armbian-periodic +APT::Periodic::Enable "1"; EOF echo "Unattended upgrades active: $ACTIVE (autoreboot $AUTOREBOOT)" -- cgit v1.2.3