make relay-cmd have config to replace libremanage
[libremanage.git] / hidusb-relay-cmd-setup
CommitLineData
c5f054a2
IK
1#!/bin/bash
2set -eE -o pipefail
3trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
4
5rm -rf usb-relay-hid
6git clone https://vcs.fsf.org/git/usb-relay-hid.git
7
8cd usb-relay-hid
9git remote add upstream-github https://github.com/pavel-a/usb-relay-hid
10git fetch upstream-github
11if [[ $(git rev-parse master) != $(git rev-parse upstream-github/master) ]]; then
12 echo "WARNING from iank! github https://github.com/pavel-a/usb-relay-hid is different from vcs master"
13 echo "sleeping 10 so you see this"
14 sleep 10
15fi
16
17
18cd commandline/makemake/
19apt update
20apt-get install libusb-dev libusb-1.0-0-dev
21make
22cp hidusb-relay-cmd /usr/local/bin
23
24cat <<'EOF'
25the output should be similar to this:
26Board ID=[HURTM] State: R1=OFF R2=OFF
27'HURTM' varies by board and goes into the libremanage config as the value for "relay"
28EOF
29
30hidusb-relay-cmd state