From b60dcd385fba4fc0b7fb4b69cce4ac01d812dbc9 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 21 Aug 2024 16:07:08 -0400 Subject: [PATCH] minor fix: avoid netplan --- brc3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brc3 b/brc3 index 8756993..4009231 100644 --- a/brc3 +++ b/brc3 @@ -65,7 +65,7 @@ Pin: release n=noble,o=Ubuntu Pin-Priority: 500 EOF hr - { grep-dctrl -s package -n -F essential,priority -r '^yes\|required\|important$' $noble | grep -v ubuntu | tr '\n' ',' ; echo ubuntu-keyring ; } | tee pkgs + { grep-dctrl -s package -n -F essential,priority -r '^yes\|required\|important$' $noble | grep -Ev 'ubuntu|netplan' | sort -u | tr '\n' ',' ; echo ubuntu-keyring ; } | tee pkgs } -- 2.30.2