fix(setup.sh): Clarify net-snmp dependency installation message in setup.sh

This commit is contained in:
2025-03-26 15:56:31 +00:00
parent 1a029ba493
commit f799c2ee66
3 changed files with 8 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ echo '{
}' > "$SCRIPT_DIR/package.json"
# Install ONLY net-snmp
echo "Installing ONLY net-snmp dependency..."
echo "Installing ONLY net-snmp dependency (+ 2 subdependencies)..."
echo "Node version: $("$NODE_BIN" --version)"
echo "Executing NPM directly with Node.js"