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:
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)"