This commit is contained in:
Dionysus 2023-06-27 19:19:54 -04:00
parent 6b37a82e94
commit f17e55ab37
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 0 additions and 1 deletions

1
ovh6
View File

@ -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