Add fucking install

parent 061e4106
git clone https://git.nexlab.net/sysadmin/fuswim
mv fuswin /etc/
mkdir /etc/fuswin/networks
cat > /usr/sbin/fuswin << EOF
#!/bin/bash
/etc/fuswin/fuswin $@
EOF
chmod +x /usr/sbin/fuswin
echo "/etc/fuswin/fuswin boot wlan0" >> /etc/rc.local
......@@ -13,3 +13,5 @@
Launch it in terminal, from /etc/rc.local, from sysv-init, from runit, from a
cron job. Just don't use systemd, because systemd is shit.
To install it, look at the fucking INSTALL.txt
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment