From b5db39e48134bc521ce27a02e6160c250bed4717 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Dec 2024 10:51:38 -0400 Subject: [PATCH] Change to wfb-ng to test something --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 84dbed6..6184962 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,9 @@ DRY_RUN=false # Define dependencies DEPENDENCIES := nano htop nload sshpass python3-pip git ninja-build pkg-config gcc g++ systemd dkms python3-all python3-all-dev libpcap-dev libsodium-dev libevent-dev python3-pip python3-pyroute2 python3-msgpack \ python3-future python3-twisted python3-serial python3-jinja2 iw virtualenv debhelper dh-python fakeroot build-essential python3-autobahn python3-websockets nodejs npm gstreamer1.0-tools gstreamer1.0-plugins-base \ - gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-rtsp libgstrtspserver-1.0-0 python3-gi gstreamer1.0-gl libfuse2 libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor-dev + gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-rtsp libgstrtspserver-1.0-0 python3-gi gstreamer1.0-gl libfuse2 libxcb-xinerama0 libxkbcommon-x11-0 \ + libxcb-cursor-dev python3-gi python3-gst-1.0 + # Define installation targets and options .PHONY: enable install interactive dependencies uninstall default full-install spirilink-driver spirilink-software setup-webapp-service configure-spirilink install-key setup-rtsp-service install-QGC @@ -180,7 +182,7 @@ spirilink-software: echo "Skipping SpiriLink software installation."; \ fi; \ else \ - git clone -b og https://git.spirirobotics.com/aepko/SpiriLink.git ~/home/spiri/spirilink && \ + git clone https://github.com/svpcom/wfb-ng.git ~/home/spiri/spirilink && \ cd ~/home/spiri/spirilink && \ $(SUDO) chmod +x ./scripts/install_gs.sh; \ $(SUDO) ./scripts/install_gs.sh spir0; \