add pico-tts to release image for future voice alert support

pull/827/head
Adrian Batzill 2024-04-03 13:01:27 +02:00
rodzic d4ac867e50
commit 1cd1382676
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ apt update
apt clean
PATH=/root/fake:$PATH apt install --yes libjpeg62-turbo-dev libconfig9 rpi-update dnsmasq git cmake \
libusb-1.0-0-dev build-essential autoconf libtool i2c-tools libfftw3-dev libncurses-dev python3-serial jq ifplugd iptables
libusb-1.0-0-dev build-essential autoconf libtool i2c-tools libfftw3-dev libncurses-dev python3-serial jq ifplugd iptables libttspico-utils
# Downgrade to older brcm wifi firmware - the new one seems to be buggy in AP+Client mode
# see https://github.com/raspberrypi/firmware/issues/1463