whoops
This commit is contained in:
parent
c191a35e5d
commit
a883e43e0d
4
Makefile
4
Makefile
|
@ -47,7 +47,7 @@ interactive:
|
||||||
|
|
||||||
explicit-ip:
|
explicit-ip:
|
||||||
@$(MAKE) --no-print-directory install
|
@$(MAKE) --no-print-directory install
|
||||||
$(SUDO) chmod +x $(CURDIR)/
|
$(SUDO) chmod +x $(CURDIR)/static-network.sh
|
||||||
@$(SUDO) ./static-network.sh -i eth0 -a $(ip)
|
@$(SUDO) ./static-network.sh -i eth0 -a $(ip)
|
||||||
|
|
||||||
# New target to configure NetworkManager to ignore spir0
|
# New target to configure NetworkManager to ignore spir0
|
||||||
|
@ -92,7 +92,7 @@ enable:
|
||||||
|
|
||||||
static:
|
static:
|
||||||
# set up static ip address on eth0
|
# 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
|
@$(SUDO) ./static-network.sh -i eth0 -a auto
|
||||||
|
|
||||||
install: verify_spir0
|
install: verify_spir0
|
||||||
|
|
Loading…
Reference in New Issue