Add pip installation to system dependencies in manage.sh

This commit is contained in:
Lloyd
2025-11-19 21:42:34 +00:00
parent ef43215f03
commit 28480c311c

View File

@@ -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/"