stupid file paths

This commit is contained in:
Alex 2024-12-13 12:49:01 -04:00
parent 34387773da
commit 3a9b901cf6

View File

@ -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