modified setup

This commit is contained in:
Surferlul 2022-07-21 22:03:55 +02:00
parent abdac03907
commit bcbb6aa960

3
setup
View File

@ -4,7 +4,8 @@ git submodule init remote-evdev
git submodule update 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 remote-evdev $PIP install wheel
$PIP install ./remote-evdev
if [ -z ${var+x} ]; then if [ -z ${var+x} ]; then
cp vm_guest_example.sh guest cp vm_guest_example.sh guest
cp vm_host_example.sh host cp vm_host_example.sh host