From e2e9a46e6fa3edf20ffcc979d47eb3c67a402139 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 1 Nov 2024 00:43:27 +0000 Subject: [PATCH] added glib files --- static/static/raspi-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/static/static/raspi-setup.sh b/static/static/raspi-setup.sh index 26a046c..7c5f786 100644 --- a/static/static/raspi-setup.sh +++ b/static/static/raspi-setup.sh @@ -6,6 +6,7 @@ if [ $# -eq 0 ]; then sudo apt-get -y install git sudo apt-get -y install pkgconfig sudo apt-get -y install hailo-all + sudo apt-get -y install libglib2.0-0 libglib2.0-dev 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 sh <(curl -L https://nixos.org/nix/install) --daemon