From 3a9b901cf6d5ca140738796a984322559f405db0 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 13 Dec 2024 12:49:01 -0400 Subject: [PATCH] stupid file paths --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6099c11..84dbed6 100644 --- a/Makefile +++ b/Makefile @@ -101,10 +101,10 @@ dependencies: install-QGC: @echo "Installing QGroundControl..." $(SUDO) usermod -a -G dialout $(USER); - $(SUDO) mkdir -p ~/QGC; - $(SUDO) wget -O ~/QGC/QGroundControl.AppImage https://d176tv9ibo4jno.cloudfront.net/latest/QGroundControl.AppImage; - $(SUDO) chmod +x ~/QGC/QGroundControl.AppImage; - @echo "QGroundControl installation complete. Run it with ~/QGC/QGroundControl.AppImage" + $(SUDO) mkdir -p /home/spiri/QGC; + $(SUDO) wget -O /home/spiri/QGC/QGroundControl.AppImage https://d176tv9ibo4jno.cloudfront.net/latest/QGroundControl.AppImage; + $(SUDO) chmod +x /home/spiri/QGC/QGroundControl.AppImage; + @echo "QGroundControl installation complete. Run it with ./home/spiri/QGC/QGroundControl.AppImage" # Install SpiriLink driver .PHONY: spirilink-driver