From bcbb6aa9605aac4f7af0f72c9d16d4952ba3a91e Mon Sep 17 00:00:00 2001 From: Surferlul Date: Thu, 21 Jul 2022 22:03:55 +0200 Subject: [PATCH] modified setup --- setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup b/setup index 7b13f29..d4d227a 100755 --- a/setup +++ b/setup @@ -4,7 +4,8 @@ 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 +$PIP install wheel +$PIP install ./remote-evdev if [ -z ${var+x} ]; then cp vm_guest_example.sh guest cp vm_host_example.sh host