mirror of https://github.com/zulip/zulip.git
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
|
# Every day, update package lists and download (but do not install) packages
|
||
|
|
||
|
APT::Periodic::Enable "1";
|
||
|
APT::Periodic::Update-Package-Lists "1";
|
||
|
APT::Periodic::Download-Upgradeable-Packages "1";
|
||
|
APT::Periodic::AutocleanInterval "7";
|