From e9db3ede282ccde9c048fd410a8c0235112b3b9c Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sun, 5 Nov 2023 18:44:04 -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 987e1bc..083b635 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 -git clone https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.githttps://raw.githubusercontent.com/steveseguin/raspberry_ninja/main/raspberry_pi/Cargo.toml +wget https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.githttps://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