From 2f28e682b19ac1e5dce9940c3872edde96de688b Mon Sep 17 00:00:00 2001 From: Lloyd Date: Sat, 22 Nov 2025 22:58:26 +0000 Subject: [PATCH] fix: update installation script to replace rrdtool with python3-rrdtool --- manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.sh b/manage.sh index e2c5b07..f3e501d 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 pip rrdtool librrd-dev + apt-get install -y libffi-dev jq pip python3-rrdtool echo "30"; echo "# Installing files..." cp -r repeater "$INSTALL_DIR/"