Mercurial > code > home > repos > infra
diff packages.py @ 293:d1da81b9ba93
-roblox
author | drewp@bigasterisk.com |
---|---|
date | Sun, 21 Apr 2024 23:11:09 -0700 |
parents | 9a8861a50512 |
children | 5f3e053ba888 |
line wrap: on
line diff
--- a/packages.py Sun Apr 21 23:10:57 2024 -0700 +++ b/packages.py Sun Apr 21 23:11:09 2024 -0700 @@ -142,7 +142,8 @@ desktop_env = host.name in ['dash', 'slash', 'plus', 'dot', 'squib', 'pillow'] if desktop_env: apt.packages(packages=package_lists.xorg + package_lists.desktop, latest=True) - roblox() + # broken, per https://vinegarhq.org/ + # roblox() if desktop_env or host.name in ['bang', 'ditto']: pdm()