stupid file paths
This commit is contained in:
parent
34387773da
commit
3a9b901cf6
8
Makefile
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user