From a883e43e0dba3ea6f1ed62d4b6e5a409672bda3a Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 20 Oct 2024 22:11:02 -0300 Subject: [PATCH] whoops --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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