4 lines
63 B
Bash
4 lines
63 B
Bash
msg "Bringing up the network..."
|
|
mkdir -p /run/network
|
|
ifup -a
|
msg "Bringing up the network..."
|
|
mkdir -p /run/network
|
|
ifup -a
|