made setup always use the newest remote-evdev

This commit is contained in:
Surferlul 2022-07-22 23:36:35 +02:00
parent d05994a33a
commit 0f810ee1a3
2 changed files with 1 additions and 3 deletions

@ -1 +0,0 @@
Subproject commit 550812c9f74b52c01f245aa0ec5996587e379345

3
setup
View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
git submodule init remote-evdev git clone https://github.com/Surferlul/remote-evdev
git submodule update remote-evdev
PYTHON="$(whatis -w 'python3.1*' | cut -d " " -f1)" PYTHON="$(whatis -w 'python3.1*' | cut -d " " -f1)"
PIP="$PYTHON -m pip" PIP="$PYTHON -m pip"
$PIP install wheel $PIP install wheel