fix: update installation script to replace rrdtool with python3-rrdtool

This commit is contained in:
Lloyd
2025-11-22 22:58:26 +00:00
parent 692d83ecfe
commit 2f28e682b1

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 pip rrdtool librrd-dev
apt-get install -y libffi-dev jq pip python3-rrdtool
echo "30"; echo "# Installing files..."
cp -r repeater "$INSTALL_DIR/"