From c191a35e5d18331df62bf764ba9b09466a4621c6 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 20 Oct 2024 22:09:29 -0300 Subject: [PATCH] chmod static-network --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9940f55..bf325c4 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ interactive: explicit-ip: @$(MAKE) --no-print-directory install + $(SUDO) chmod +x $(CURDIR)/ @$(SUDO) ./static-network.sh -i eth0 -a $(ip) # New target to configure NetworkManager to ignore spir0 @@ -91,6 +92,7 @@ enable: static: # set up static ip address on eth0 + $(SUDO) chmod +x $(CURDIR)/ @$(SUDO) ./static-network.sh -i eth0 -a auto install: verify_spir0