modify driver

This commit is contained in:
goodtft 2024-03-21 03:29:12 +00:00
parent f5c474ac49
commit f9fae1f184

View File

@ -17,6 +17,9 @@ hardware_model=255
fi
sudo raspi-config nonint do_wayland W1
if [ -f /boot/firmware/config.txt ]; then
sudo ln -sf /boot/firmware/config.txt /boot/config.txt
fi
if [ $hardware_arch -eq 32 ]; then
if [ $(($big_version)) -lt 10 ]; then