From ac0cd80e92cdbc764986cf79dce98839a9b217ce Mon Sep 17 00:00:00 2001 From: zjamnik Date: Fri, 17 Apr 2026 22:42:11 +0000 Subject: [PATCH] Update setup.sh --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index fb57761..62e8ca8 100644 --- a/setup.sh +++ b/setup.sh @@ -27,3 +27,6 @@ sudo apt install python3 python3-pip python3-venv git -y # Create virtual environment and install web UI dependencies python3 -m venv ~/rpikvm ~/rpikvm/bin/pip install flask evdev + +# Create the control webUI +mkdir -p ~/rpikvm/templates