mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This makes for easier tab-completion, and also is a bit more explicit about the expected consumer.
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
# Every day, update package lists and install upgrades; see 50unattended-upgrades
|
|
|
|
APT::Periodic::Enable "1";
|
|
APT::Periodic::Update-Package-Lists "1";
|
|
APT::Periodic::Download-Upgradeable-Packages "1";
|
|
APT::Periodic::AutocleanInterval "7";
|
|
APT::Periodic::Unattended-Upgrade "1";
|