From 71a1cd32c3eec6ab520256a3309c2b80ec08824d Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 26 Apr 2026 15:26:58 +0200 Subject: [PATCH] Update install.txt --- install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.txt b/install.txt index 268113a..f5fc04e 100644 --- a/install.txt +++ b/install.txt @@ -13,7 +13,7 @@ Debian/Ubuntu: sudo apt install build-essential python3-dev libssl-dev libffi-dev python3-pip python3-venv Create and activate a virtual environment (CRITICAL on Debian 12+): - cd /opt/web-control-server + cd /opt/fleet-control-server python3 -m venv venv source venv/bin/activate