diff packages.py @ 72:f0e59adf7b91

updates that aren't pkg or version changes
author drewp@bigasterisk.com
date Sat, 11 Jun 2022 22:56:39 -0700
parents 659e4b228909
children 023741df3298
line wrap: on
line diff
--- a/packages.py	Sat Jun 11 22:55:10 2022 -0700
+++ b/packages.py	Sat Jun 11 22:56:39 2022 -0700
@@ -89,8 +89,8 @@
         "npm install -g pnpm@7.0.0",
         ])
 
-if not is_pi and not (host.name == 'prime'):
-    apt.packages(packages='mlocate', present=False)
+apt.packages(packages='mlocate', present=False)
+if not is_pi and host.name not in ['prime', 'pipe']:
     apt.packages(packages='plocate')
 
 if host.name == "bang":