diff options
author | KatolaZ <katolaz@freaknet.org> | 2016-12-30 22:01:43 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2016-12-30 22:01:43 +0000 |
commit | 065cb9451717a986545c7edd9180eed1187c6b22 (patch) | |
tree | 28893ca61b5ac6e780b811095dc24f6a0ffe2d73 /README.md |
First Commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6fd9f1 --- /dev/null +++ b/README.md @@ -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 + + |