From 8494f4a1c4a03ef05332640e8653f7aab5aa3744 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Fri, 28 Nov 2025 16:05:30 +0000 Subject: [PATCH] add swig and build-essential to system dependencies for installation and upgrade for lite version of RPi --- manage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage.sh b/manage.sh index c496f41..2fdec2e 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 python3-rrdtool wget + apt-get install -y libffi-dev jq pip python3-rrdtool wget swig build-essential python3-dev # Install mikefarah yq v4 if not already installed if ! command -v yq &> /dev/null || [[ "$(yq --version 2>&1)" != *"mikefarah/yq"* ]]; then @@ -314,7 +314,7 @@ upgrade_repeater() { echo "[3/9] Updating system dependencies..." apt-get update -qq - apt-get install -y libffi-dev jq pip python3-rrdtool wget + apt-get install -y libffi-dev jq pip python3-rrdtool wget swig build-essential python3-dev # Install mikefarah yq v4 if not already installed if ! command -v yq &> /dev/null || [[ "$(yq --version 2>&1)" != *"mikefarah/yq"* ]]; then