Mercurial > code > home > repos > infra
diff package_lists.py @ 147:51a48aeca8ba
node/npm fixes
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:19:25 -0800 |
parents | 2065998876e4 |
children | 258865bd7059 |
line wrap: on
line diff
--- a/package_lists.py Sat Mar 11 12:17:56 2023 -0800 +++ b/package_lists.py Sat Mar 11 12:19:25 2023 -0800 @@ -17,7 +17,10 @@ 'dirmngr', 'gnupg2', ] - +non_pi_setup = [ + 'nodejs', # alt source, contains npm + # 'npm', +] general = [ 'apt-listchanges', 'aptitude', @@ -47,7 +50,6 @@ non_pi = [ 'lpr', 'nfs-client', - 'nodejs', # alt source, includes npm 'podman-docker', # updated with https://podman.io/getting-started/installation # 'python3-dulwich', # desired, but it may depend on an old python3 'python3-invoke',