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