From 40dfae027ac5d05d1a0cc6ee7413c52e32d7de52 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 28 Nov 2025 11:28:07 +0100 Subject: [PATCH] fix: auto updates for Netbird on Debian --- templates/apt/conf.d/50unattended-upgrades.Debian.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/apt/conf.d/50unattended-upgrades.Debian.j2 b/templates/apt/conf.d/50unattended-upgrades.Debian.j2 index 26d147b..a4c802c 100644 --- a/templates/apt/conf.d/50unattended-upgrades.Debian.j2 +++ b/templates/apt/conf.d/50unattended-upgrades.Debian.j2 @@ -15,7 +15,7 @@ Unattended-Upgrade::Origins-Pattern { "origin=packages.gitlab.com/gitlab/gitlab-ce,label=gitlab-ce"; # netbird - "origin=pkgs.netbird.io,label=Artifactory"; + "origin=Artifactory,label=Artifactory"; # zabbix "origin=Zabbix,codename=${distro_codename},label=zabbix";