Mercurial > code > home > repos > infra
diff packages.py @ 147:51a48aeca8ba
node/npm fixes
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:19:25 -0800 |
parents | 2065998876e4 |
children | 1f845cf1cc94 |
line wrap: on
line diff
--- a/packages.py Sat Mar 11 12:17:56 2023 -0800 +++ b/packages.py Sat Mar 11 12:19:25 2023 -0800 @@ -21,8 +21,6 @@ def pnpm(): - if host not in ['plus', 'prime', 'slash', 'bang', 'dot']: - return server.shell([ # https://github.com/pnpm/pnpm/releases # but also https://pnpm.io/installation#compatibility @@ -47,6 +45,7 @@ apt.packages(packages=package_lists.setup, **kw) if not is_pi: + apt.packages(packages=package_lists.non_pi_setup) if host.name != 'pipe': apt.packages(packages=['reptyr']) kitty()