Merge 2309e7b8ea into bf97fa1b88
This commit is contained in:
commit
b4dd7b727a
1 changed files with 1 additions and 1 deletions
|
|
@ -902,7 +902,7 @@ restart the script and choose a different orientation.""".format(rotation=pitftr
|
|||
shell.bail("Unable to install display drivers")
|
||||
|
||||
shell.info(f"Updating {boot_dir}/config.txt...")
|
||||
if not update_configtxt(tinydrm_install=wayland):
|
||||
if not update_configtxt(tinydrm_install=(not is_bullseye)):
|
||||
shell.bail(f"Unable to update {boot_dir}/config.txt")
|
||||
|
||||
if "touchscreen" in pitft_config:
|
||||
|
|
|
|||
Loading…
Reference in a new issue