diff --git a/Makefile b/Makefile index bf325c4..1858008 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ interactive: explicit-ip: @$(MAKE) --no-print-directory install - $(SUDO) chmod +x $(CURDIR)/ + $(SUDO) chmod +x $(CURDIR)/static-network.sh @$(SUDO) ./static-network.sh -i eth0 -a $(ip) # New target to configure NetworkManager to ignore spir0 @@ -92,7 +92,7 @@ enable: static: # set up static ip address on eth0 - $(SUDO) chmod +x $(CURDIR)/ + $(SUDO) chmod +x $(CURDIR)/static-network.sh @$(SUDO) ./static-network.sh -i eth0 -a auto install: verify_spir0