diff packages.py @ 298:5f3e053ba888

packages and versions
author drewp@bigasterisk.com
date Thu, 16 May 2024 20:02:50 -0700
parents d1da81b9ba93
children c72f268ee846
line wrap: on
line diff
--- a/packages.py	Wed May 15 17:38:52 2024 -0700
+++ b/packages.py	Thu May 16 20:02:50 2024 -0700
@@ -129,8 +129,6 @@
     
 if host.name == 'ditto':
     apt.packages(packages=package_lists.for_ditto, latest=True)
-    # should have happened in the previous step, but it gets reverted.
-    apt.packages(packages=['nvidia-utils-535-server'])
 
 if 'pi' not in host.groups:
     kitty()
@@ -139,7 +137,7 @@
 if 'pi' in host.groups:
     apt.packages(packages=package_lists.pi_setup)
 
-desktop_env = host.name in ['dash', 'slash', 'plus', 'dot', 'squib', 'pillow']
+desktop_env = host.name in ['dash', 'slash', 'plus', 'dot', 'squib', 'pillow', 'tofu']
 if desktop_env:
     apt.packages(packages=package_lists.xorg + package_lists.desktop, latest=True)
     # broken, per https://vinegarhq.org/