From 28480c311c972b5890571ab173d817ca45984419 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Wed, 19 Nov 2025 21:42:34 +0000 Subject: [PATCH] Add pip installation to system dependencies in manage.sh --- manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.sh b/manage.sh index e1b711a..7815d96 100644 --- a/manage.sh +++ b/manage.sh @@ -204,7 +204,7 @@ install_repeater() { echo "25"; echo "# Installing system dependencies..." apt-get update -qq - apt-get install -y libffi-dev jq + apt-get install -y libffi-dev jq pip echo "30"; echo "# Installing files..." cp -r repeater "$INSTALL_DIR/"