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