@@ -123,7 +123,7 @@ read adddeps
if [[ "$adddeps" =~ ^[yY]?$ ]]; then
- deps="espeak mplayer git ppp ppp-dev"
+ deps="espeak mplayer git ppp ppp-dev sox alsa-utils unclutter fbi xinput-calibrator ffmpeg jq"
echo ""
echo " Installing: $deps"
@@ -36,7 +36,7 @@ sleep 2
sleep 2
## If using HDMI sound, uncomment the following two lines...
-#vcgencmd force_audio hdmi 1 2>&1 >> /tmp/audio.log &
-#sleep 1
+vcgencmd force_audio hdmi 1 2>&1 >> /tmp/audio.log &
+sleep 1
exit 0
@@ -160,6 +160,13 @@ I followed [this](https://raspberrypi.stackexchange.com/questions/39165/how-can-
systemctl stop serial-getty@ttyAMA0.service
```
+Disable permanently:
+
+```
+systemctl disable serial-getty@ttyAMA0.service
### Other References