mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
WireGuard unattended upgrades
This commit is contained in:
parent
9afb18c743
commit
bc7ba422c0
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
Unattended-Upgrade::Allowed-Origins {
|
||||
"${distro_id}:${distro_codename}-security";
|
||||
"${distro_id}:${distro_codename}-updates";
|
||||
{% if wireguard_enabled %}
|
||||
"LP-PPA-wireguard-wireguard:${distro_codename}";
|
||||
{% endif %}
|
||||
// "${distro_id}:${distro_codename}-proposed";
|
||||
// "${distro_id}:${distro_codename}-backports";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue