From 1d979c531c1c39c3074dc2853b03bffba153f1d3 Mon Sep 17 00:00:00 2001 From: galister <3123227-galister@users.noreply.gitlab.com> Date: Wed, 20 Dec 2023 14:08:51 +0000 Subject: [PATCH] dongles-over-ip typo --- content/docs/other/dongles-over-ip/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/other/dongles-over-ip/_index.md b/content/docs/other/dongles-over-ip/_index.md index 32cd2a1..ce02964 100644 --- a/content/docs/other/dongles-over-ip/_index.md +++ b/content/docs/other/dongles-over-ip/_index.md @@ -19,7 +19,7 @@ This setup uses USB-over-IP to let you plug your Watchman dongles (the ones that ### Dongle host setup -1. Install `usbip` and `python3`` on dongle host. On debian/raspbian it's `apt install usbip python3`. +1. Install `usbip` and `python3` on dongle host. On debian/raspbian it's `apt install usbip python3`. 2. Put the `usbip-bind` script (from below) on the dongle host, (e.g. into `/root`) `sudo wget https://gist.github.com/galister/2fbd23cfaff8ba4839efa13184e4e197/raw/13b0b2fd6dee609169b6a98b302f6a6ac5c2d307/usbip-bind -O /root/usbip-bind; sudo chmod +x /root/usbip-bind` 3. Set up `usbip-bind bind` to run on startup. On Raspbian: `echo '/root/usbip-bind bind' | sudo tee -a /etc/rc.local`