random- collection of un-sorted bollocks |
git clone git://git.acid.vegas/random.git |
Log | Files | Refs | Archive |
commit f17e55ab37160a16b520aa6934dbf441dc254ba0
parent 6b37a82e942f3ef0b1fdf9dea7775258077f9469 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 27 Jun 2023 19:19:54 -0400 Testing Diffstat:
|
1 file changed, 0 insertions(+), 1 deletion(-) |
diff --git a/ovh6 b/ovh6 @@ -2,7 +2,6 @@ _ADDRESS="2001:0000:000:0000:0:0:0:0000" _GATEWAY="2001:0000:0000:0000:0000:0000:0000:0000" _PERSIST=1 - if [ $_PERSIST -eq 1 ]; then echo -r "[Match]\nName=eth0\n\n[Network]\nDHCP=ipv4\n\nAddress=$_ADDRESS\nGateway=$_GATEWAY\n\n[DHCP]\nUseMTU=true" > /etc/systemd/network/eth0-dhcp.network else |