modified setup
This commit is contained in:
parent
abdac03907
commit
bcbb6aa960
3
setup
3
setup
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user