[WIP] Minapk rework
This commit is contained in:
2
scripts/setup-eth-dev.sh
Normal file
2
scripts/setup-eth-dev.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#! /bin/sh
|
||||
ip link set eth1 up && ip addr add 192.168.2.1/30 dev eth1 && ip route add default via 192.168.2.2 && echo nameserver 1.1.1.1 >/etc/resolv.conf
|
||||
Reference in New Issue
Block a user