From 5c41d05c5ac5315fa17e781ab7da41274ef2bb27 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:49:37 +0200 Subject: [PATCH] Update glances.sh --- tools/addon/glances.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/addon/glances.sh b/tools/addon/glances.sh index 1bd6e4da..67bbfc54 100644 --- a/tools/addon/glances.sh +++ b/tools/addon/glances.sh @@ -34,8 +34,8 @@ function msg_error() { echo -e "${CROSS} ${RD}$1${CL}"; } install_glances_debian() { msg_info "Installing dependencies" - $STD apt-get update - $STD apt-get install -y gcc lm-sensors wireless-tools + apt-get update + apt-get install -y gcc lm-sensors wireless-tools msg_ok "Installed dependencies" msg_info "Setting up Python + uv" @@ -102,8 +102,8 @@ uninstall_glances_debian() { # install on Alpine install_glances_alpine() { msg_info "Installing dependencies" - $STD apk update - $STD apk add --no-cache gcc musl-dev python3 py3-pip py3-virtualenv lm-sensors wireless-tools + apk update + apk add --no-cache gcc musl-dev python3 py3-pip py3-virtualenv lm-sensors wireless-tools msg_ok "Installed dependencies" msg_info "Setting up Python + uv"