summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-01-05 00:18:31 +0000
committerKatolaZ <katolaz@freaknet.org>2017-01-05 00:18:31 +0000
commit812e4d766de28868d90ed3b231ff405b6c81aa4b (patch)
treedd81c7b5daf3147ce70d12c0a99f8e2417c5a9a9
parent603a72e648ced831cebd9f401fe1af2a20ccac6b (diff)
small change in README.md
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6fd9f1..4eb69b1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# 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
wi-fi networks (WPA/WPA2/ESS), using either static or dhcp-based IP
configuration.
@@ -9,10 +9,12 @@ configuration.
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
- wpa_supplicant
- dhclient
- iproute2
+