diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-01-29 18:22:00 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-01-29 18:22:00 +0000 |
commit | e30c2a8f861cd915ce799815a5bd449a5c719d9a (patch) | |
tree | 05942617c573ab94358d6ec65d0e6f403fd4be46 | |
parent | ce29fd6f30e02fb5caf9e0a6ee409f387dbd1220 (diff) |
Updated README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,8 +2,8 @@ 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. +wi-fi networks (WPA-Personal and WPA-Enterprise), using either static +or dhcp-based IP configuration. For more information, please visit the webpage: @@ -15,11 +15,12 @@ For more information, please visit the webpage: setnet.sh depends on the following packages: - a standard posix shell - (tested with bash, busybox, dash, ksh, mksh, posh, and yash) + (tested with bash, busybox, dash, ksh, mksh, posh, yash, zsh) - dialog - wpa_supplicant - dhclient - iproute2 +- iw |