From 10602febed460c124bd89aae87e33fe504dc1298 Mon Sep 17 00:00:00 2001 From: allan Date: Sun, 25 May 2025 12:43:40 +0200 Subject: [PATCH] fix for false positive on sc2016 --- configure-updates | 1 + 1 file changed, 1 insertion(+) diff --git a/configure-updates b/configure-updates index 7c66037..2934daa 100755 --- a/configure-updates +++ b/configure-updates @@ -47,6 +47,7 @@ sed -i 's/1/0/g' /etc/apt/apt.conf.d/20auto-upgrades # # Configure update behaviour, this means besides security also enable package updates. # +# shellcheck disable=SC2016 sed -i '/${distro_id}:${distro_codename}-updates/ s/^\/\///' /etc/apt/apt.conf.d/50unattended-upgrades # # Optional: Uncomment the next 2 lines for removal of unused packages this equals apt autoremove