diff options
| author | Luke Hoersten <[email protected]> | 2020-08-01 11:10:30 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-08-01 11:10:30 -0500 |
| commit | 4d80a3ac95add9a4513b02ac4e4e1c5402c57cbc (patch) | |
| tree | 0984125bb52de744839f51788aafc8225aec9173 /rpi-base/files | |
| parent | 9e6b21c278c50431abfcc1e390426a0447eddbf1 (diff) | |
Added auto upgrades to base.
Diffstat (limited to 'rpi-base/files')
| -rw-r--r-- | rpi-base/files/20auto-upgrades | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpi-base/files/20auto-upgrades b/rpi-base/files/20auto-upgrades new file mode 100644 index 0000000..5d37e9f --- /dev/null +++ b/rpi-base/files/20auto-upgrades @@ -0,0 +1,4 @@ +APT::Periodic::Update-Package-Lists "1"; +APT::Periodic::Download-Upgradeable-Packages "1"; +APT::Periodic::AutocleanInterval "7"; +APT::Periodic::Unattended-Upgrade "1"; |
