summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/system
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-19 20:37:55 +0200
committerSimon Rettberg2014-10-19 20:37:55 +0200
commitfdc0eb30101d1505ac5ce674a18a14869f3105d0 (patch)
treed46ec0a9488ba6524acc8bdbcf7ed0d0f8735063 /satellit_installer/static_files/system
parent[SSPS] Also generating an sshd host ecdsa key (diff)
downloadsetup-scripts-fdc0eb30101d1505ac5ce674a18a14869f3105d0.tar.gz
setup-scripts-fdc0eb30101d1505ac5ce674a18a14869f3105d0.tar.xz
setup-scripts-fdc0eb30101d1505ac5ce674a18a14869f3105d0.zip
Add apt config for unattended upgrades, refactor global variables a bit
Diffstat (limited to 'satellit_installer/static_files/system')
-rw-r--r--satellit_installer/static_files/system/apt-upgrade-conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system/apt-upgrade-conf b/satellit_installer/static_files/system/apt-upgrade-conf
new file mode 100644
index 0000000..8d6d7c8
--- /dev/null
+++ b/satellit_installer/static_files/system/apt-upgrade-conf
@@ -0,0 +1,2 @@
+APT::Periodic::Update-Package-Lists "1";
+APT::Periodic::Unattended-Upgrade "1";