random

- collection of un-sorted bollocks
git clone git://git.acid.vegas/random.git
Log | Files | Refs | Archive

commit 41d8357faf783e8450261ae0a2a32d932c0badb2
parent f17e55ab37160a16b520aa6934dbf441dc254ba0
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 27 Jun 2023 19:21:24 -0400

Testing

Diffstat:
Movh6 | 1+

1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ovh6 b/ovh6
@@ -2,6 +2,7 @@
 _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