Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-09-17 05:44:52 +0300
committernachoparker <nacho@ownyourbits.com>2019-09-17 05:46:23 +0300
commitf885861ada8fac92bf8a74df18fe2f6938a1c054 (patch)
tree5c2b8d26130503b5809a4f3a4c4c737c1041e45e /bin
parent9ee9947250ff85e5b833fc6b13125cb7a44d5aa3 (diff)
unattended-upgrades: fix armbian disabling UUv1.16.8
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/ncp/UPDATES/unattended-upgrades.sh3
1 files changed, 3 insertions, 0 deletions
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)"