Mercurial > code > home > repos > infra
diff package_lists.py @ 174:b6b11048d0fb
collect nodejs pkg install stuff together
author | drewp@bigasterisk.com |
---|---|
date | Sat, 25 Mar 2023 18:40:59 -0700 |
parents | 1f5f0ccfc58f |
children | f2dc9ef37305 |
line wrap: on
line diff
--- a/package_lists.py Sat Mar 25 18:39:53 2023 -0700 +++ b/package_lists.py Sat Mar 25 18:40:59 2023 -0700 @@ -1,3 +1,5 @@ +# nodejs+friends are handled outside this file + setup = [ 'atool', 'build-essential', @@ -17,10 +19,6 @@ 'dirmngr', 'gnupg2', ] -non_pi_setup = [ - 'nodejs', # alt source, contains npm - # 'npm', -] general = [ 'apt-listchanges', 'aptitude',