From 92059f76b6cba537845a475593e2f68394041f09 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sun, 5 Nov 2023 18:44:37 -0500 Subject: [PATCH] Update installer.sh --- raspberry_pi/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberry_pi/installer.sh b/raspberry_pi/installer.sh index 083b635..4f4bad6 100644 --- a/raspberry_pi/installer.sh +++ b/raspberry_pi/installer.sh @@ -352,7 +352,7 @@ cd ~ git clone https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git cd gst-plugins-rs rm Cargo.toml # this won is bloated; we're going to delete some install options to speed things up and to avoid crashing things during the build -wget https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.githttps://raw.githubusercontent.com/steveseguin/raspberry_ninja/main/raspberry_pi/Cargo.toml +wget https://raw.githubusercontent.com/steveseguin/raspberry_ninja/main/raspberry_pi/Cargo.toml cargo cinstall --prefix=./tmp # whip/whep plugins for gstreamer sudo cp ./tmp/lib/gstreamer-1.0/* /usr/local/lib/aarch64-linux-gnu/gstreamer-1.0 sudo cp ./tmp/lib/pkgconfig/* /usr/local/lib/aarch64-linux-gnu/pkgconfig