From f799c2ee661ea1f6795129fca3a0a6fca3a351fa Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 26 Mar 2025 15:56:31 +0000 Subject: [PATCH] fix(setup.sh): Clarify net-snmp dependency installation message in setup.sh --- changelog.md | 6 ++++++ setup.sh | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 5bfe06d..1fbd1ea 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-03-26 - 2.6.7 - fix(setup.sh) +Clarify net-snmp dependency installation message in setup.sh + +- Updated echo statement to indicate installation of net-snmp along with 2 subdependencies +- Improves clarity on dependency installation during setup + ## 2025-03-26 - 2.6.6 - fix(setup.sh) Improve setup script to detect and execute npm-cli.js directly using the Node.js binary diff --git a/setup.sh b/setup.sh index 923c074..0f5ef0f 100644 --- a/setup.sh +++ b/setup.sh @@ -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" diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d7f19d5..be7cc80 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/nupst', - version: '2.6.6', + version: '2.6.7', description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices' }