We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361b468 commit b2d412fCopy full SHA for b2d412f
adafruit-pitft.py
@@ -575,7 +575,8 @@ def uninstall_console():
575
print("Restoring Desktop Environment...")
576
shell.run_command("apt-get -y install rpd-plym-splash") # Install Splash Screen
577
shell.run_command("raspi-config nonint do_boot_splash 0") # Enable Splash Screen
578
- #shell.run_command("apt-get -y install raspberrypi-ui-mods") # Reinstall Raspberry Pi OS UI mods
+ if not shell.is_minumum_version("trixie"):
579
+ shell.run_command("apt-get -y install raspberrypi-ui-mods") # Reinstall Raspberry Pi OS UI mods
580
shell.run_command("raspi-config nonint do_boot_target B2") # Boot to Desktop
581
582
if shell.exists("/etc/systemd/system/con2fbmap.service"):
0 commit comments