tmp folder

This commit is contained in:
Alex 2024-12-12 16:37:31 -04:00
parent 3923815444
commit dc775e6ea6

View File

@ -17,7 +17,7 @@ default: interactive install
interactive: interactive:
@clear @clear
@echo "\n=========================================" @echo "\n========================================="
@echo " Raspberry Pi Ground Station Installer " @echo " SpiriBase Installer "
@echo "=========================================" @echo "========================================="
@echo "\nPlease choose an installation option:" @echo "\nPlease choose an installation option:"
@echo "[1] Full Install" @echo "[1] Full Install"
@ -85,9 +85,10 @@ dependencies:
done; done;
@echo "\nAll dependencies installed." @echo "\nAll dependencies installed."
# Install SpiriLink driver # Install SpiriLink driver
.PHONY: spirilink-driver .PHONY: spirilink-driver
spirilink-driver: spirilink-driver:
$(SUDO) mkdir -p ~/tmp
@if [ "$(DRIVER_TYPE)" = "EU" ]; then \ @if [ "$(DRIVER_TYPE)" = "EU" ]; then \
echo "Installing SpiriLink 8812EU driver..."; \ echo "Installing SpiriLink 8812EU driver..."; \
wget -O ~/tmp/8812eu.ko https://git.spirirobotics.com/aepko/SpiriLink-Drivers/raw/branch/main/Raspberry%20Pi/8812EU/8812eu.ko && \ wget -O ~/tmp/8812eu.ko https://git.spirirobotics.com/aepko/SpiriLink-Drivers/raw/branch/main/Raspberry%20Pi/8812EU/8812eu.ko && \