Skip to content
Snippets Groups Projects
Commit 0ff7761f authored by nimrod's avatar nimrod
Browse files

- More documentation for install the train wifi login script.

parent d019c8e1
Branches
No related tags found
No related merge requests found
......@@ -23,8 +23,14 @@
# Logs in to the Israeli train's wifi.
# Requires: cURL, sh, awk, logger, nmcli.
# To install run:
# To install, clone the repo, cd to this directory and run:
#
# sudo cp --preserve=mode train-wifi /etc/NetworkManager/dispatcher.d/90trainwifi
#
# If you don't want to clone the repo but you just want this script, run:
#
# curl https://www.shore.co.il/cgit/rcfiles/plain/Documents/bin/train-wifi | sudo tee /etc/NetworkManager/dispatcher.d/90trainwifi
# sudo chmod +x /etc/NetworkManager/dispatcher.d/90trainwifi
set -eu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment