File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,12 +200,12 @@ if [[ "$enable_spi" == "true" ]]; then
200200 # sudo adduser "$TARGET_USER" spi
201201 # fi
202202
203- # workaround for trixie
204- sudo apt install -y pigpio python3-pigpio
203+ # pigpio for trixie
204+ # sudo apt install -y pigpio python3-pigpio
205205 # or manually install
206-
207- sudo systemctl enable pigpiod
208- echo " ℹ️ pigpio enabled successfully."
206+
207+ # sudo systemctl enable pigpiod
208+ # echo "ℹ️ pigpio enabled successfully."
209209
210210 echo " ✅ SPI enabled successfully"
211211fi
@@ -339,6 +339,7 @@ if [[ "$install_services" == "true" ]]; then
339339 after=" After=display-manager.service\\ n"
340340 else
341341 envs=" Environment=\" QT_QPA_PLATFORM=offscreen\"\\ n"
342+ # envs="Environment=\"QT_QPA_PLATFORM=linuxfb:fb=/dev/fb1 \"\\n"
342343 after=" "
343344 fi
344345
You can’t perform that action at this time.
0 commit comments