commit
065cb94517
@ -0,0 +1,18 @@
|
|||||||
|
# setnet.sh #
|
||||||
|
|
||||||
|
This is a simple bash+dialog script to configure and manage network
|
||||||
|
interfaces. At the moment, it is only able to bring up ethernet and
|
||||||
|
wi-fi networks (WPA/WPA2/ESS), using either static or dhcp-based IP
|
||||||
|
configuration.
|
||||||
|
|
||||||
|
## Dependencies ##
|
||||||
|
|
||||||
|
setnet.sh depends on the following packages:
|
||||||
|
|
||||||
|
- bash (maybe dash/sh could be enough...)
|
||||||
|
- dialog
|
||||||
|
- wpa_supplicant
|
||||||
|
- dhclient
|
||||||
|
- iproute2
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue