Mercurial > code > home > repos > infra
comparison 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 |
comparison
equal
deleted
inserted
replaced
173:c34198c2870e | 174:b6b11048d0fb |
---|---|
1 # nodejs+friends are handled outside this file | |
2 | |
1 setup = [ | 3 setup = [ |
2 'atool', | 4 'atool', |
3 'build-essential', | 5 'build-essential', |
4 'curl', | 6 'curl', |
5 'iproute2', # needed for wireguard | 7 'iproute2', # needed for wireguard |
14 | 16 |
15 pi_setup = [ | 17 pi_setup = [ |
16 'apt-utils', | 18 'apt-utils', |
17 'dirmngr', | 19 'dirmngr', |
18 'gnupg2', | 20 'gnupg2', |
19 ] | |
20 non_pi_setup = [ | |
21 'nodejs', # alt source, contains npm | |
22 # 'npm', | |
23 ] | 21 ] |
24 general = [ | 22 general = [ |
25 'apt-listchanges', | 23 'apt-listchanges', |
26 'aptitude', | 24 'aptitude', |
27 'atool', | 25 'atool', |