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 b2d412f commit 27643daCopy full SHA for 27643da
adafruit-pitft.py
@@ -575,7 +575,7 @@ 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
- if not shell.is_minumum_version("trixie"):
+ if not shell.is_minimum_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
0 commit comments