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
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ncp/UPDATES/unattended-upgrades.sh')
-rw-r--r--bin/ncp/UPDATES/unattended-upgrades.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp/UPDATES/unattended-upgrades.sh b/bin/ncp/UPDATES/unattended-upgrades.sh
index 24d7fe38..d708c0d3 100644
--- a/bin/ncp/UPDATES/unattended-upgrades.sh
+++ b/bin/ncp/UPDATES/unattended-upgrades.sh
@@ -12,7 +12,7 @@
install()
{
apt-get update
- apt install -y --no-install-recommends unattended-upgrades
+ apt-get install -y --no-install-recommends unattended-upgrades
rm -f /etc/apt/apt.conf.d/20auto-upgrades /etc/apt/apt.conf.d/02-armbian-periodic
}