From e74a8198c048f6d9c7219e7c307338fee76ac3e3 Mon Sep 17 00:00:00 2001 From: zjamnik Date: Fri, 17 Apr 2026 22:10:30 +0000 Subject: [PATCH] Update setup.sh --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 74202c2..957c408 100644 --- a/setup.sh +++ b/setup.sh @@ -11,5 +11,5 @@ sudo systemctl enable hidg.service apt install python3 python3-pip git -y -python3 -m venv ~/pikvm -~/pikvm/bin/pip install flask evdev \ No newline at end of file +python3 -m venv ~/rpikvm +~/rpikvm/bin/pip install flask evdev \ No newline at end of file