diff --git a/static/static/raspi-setup.sh b/static/static/raspi-setup.sh index 814ea88..26a046c 100644 --- a/static/static/raspi-setup.sh +++ b/static/static/raspi-setup.sh @@ -4,6 +4,7 @@ if [ $# -eq 0 ]; then sudo apt-get update sudo apt-get upgrade sudo apt-get -y install git + sudo apt-get -y install pkgconfig sudo apt-get -y install hailo-all sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-pulseaudio