Skip to content

Commit

Permalink
allow failing simpleaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jul 25, 2024
1 parent 4c6b860 commit 01e4637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_mirte.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ cd $MIRTE_SRC_DIR/mirte-install-scripts || exit 1

# install audio support to use with mirte-pioneer pcb and orange pi zero 2
sudo apt install pulseaudio libasound2-dev libespeak1 -y
pip3 install simpleaudio pyttsx3
pip3 install simpleaudio pyttsx3 || true # simpleaudio uses an old python install system. TODO: replace or update

# Install overlayfs and make sd card read only (software)
sudo apt install -y overlayroot
Expand Down

0 comments on commit 01e4637

Please sign in to comment.