diff --git a/setup b/setup index 55ff80a..7b13f29 100755 --- a/setup +++ b/setup @@ -1,5 +1,7 @@ #!/bin/sh +git submodule init remote-evdev +git submodule update remote-evdev PYTHON="$(whatis -w 'python3.1*' | cut -d " " -f1)" PIP="$PYTHON -m pip" $PIP install remote-evdev