Build [v1.10.16]

This commit is contained in:
2026-04-18 16:20:49 +00:00
parent 78cb350bd9
commit 600b6c8a76
2 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ pkill -f "local-ssl-proxy" || true
if [ ! -f ".venv/bin/activate" ]; then
echo "🌑 Creating virtual environment (.venv)..."
rm -rf .venv
apt install python3-venv
python3 -m venv .venv || { echo "❌ Failed to create venv"; exit 1; }
fi
source .venv/bin/activate || { echo "❌ Failed to activate venv"; exit 1; }