The readme install scripts for lin, mac and win install the iroh-ssh binary to /usr/local/bin/iroh-ssh, but iroh-ssh service uninstall removes the binary at /usr/local/bin/iroh-ssh. This is not right and needs to be fixed. Either move the service binary to another folder or create a symlink/copy of it e.g. /usr/local/bin/iroh-ssh-service or change the readme install path (tbd).
Also updated systemd service install script that is run when iroh-ssh service install is called with learnings from #47
The readme install scripts for lin, mac and win install the
iroh-sshbinary to/usr/local/bin/iroh-ssh, butiroh-ssh service uninstallremoves the binary at/usr/local/bin/iroh-ssh. This is not right and needs to be fixed. Either move the service binary to another folder or create a symlink/copy of it e.g./usr/local/bin/iroh-ssh-serviceor change the readme install path (tbd).Also updated systemd service install script that is run when
iroh-ssh service installis called with learnings from #47