minor fix: avoid netplan
authorIan Kelling <ian@iankelling.org>
Wed, 21 Aug 2024 20:07:08 +0000 (16:07 -0400)
committerIan Kelling <ian@iankelling.org>
Wed, 21 Aug 2024 20:07:08 +0000 (16:07 -0400)
brc3

diff --git a/brc3 b/brc3
index 875699382d793013a3d400b9a9d56b51c4363e17..40092316c37b93586215a3a341aa5e63142a5529 100644 (file)
--- 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
 
 }