small change in README.md

origin
KatolaZ 8 years ago
parent 603a72e648
commit 812e4d766d
  1. 6
      README.md

@ -1,6 +1,6 @@
# setnet.sh # # setnet.sh #
This is a simple bash+dialog script to configure and manage network This is a simple shell script to configure and manage network
interfaces. At the moment, it is only able to bring up ethernet and 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 wi-fi networks (WPA/WPA2/ESS), using either static or dhcp-based IP
configuration. configuration.
@ -9,10 +9,12 @@ configuration.
setnet.sh depends on the following packages: setnet.sh depends on the following packages:
- bash (maybe dash/sh could be enough...) - a standard posix shell
(tested with bash, busybox, dash, ksh, mksh, posh, and yash)
- dialog - dialog
- wpa_supplicant - wpa_supplicant
- dhclient - dhclient
- iproute2 - iproute2

Loading…
Cancel
Save