7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
|
#!/bin/sh
|
||
|
# activate ethernet interface
|
||
|
# TODO disable wifi, clear routing table, message if no usb swithc plugged)
|
||
|
# TODO doas nopass for all commands
|
||
|
# TODO check internet cx
|
||
|
doas sh /etc/netstart ure0
|