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
...@@ -12,4 +12,6 @@ ...@@ -12,4 +12,6 @@
That's it. That's it.
Launch it in terminal, from /etc/rc.local, from sysv-init, from runit, from a 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. cron job. Just don't use systemd, because systemd is shit.
\ No newline at end of file
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