fix(setup): Update setup.sh to temporarily add vendor Node.js binary to PATH for dependency installation, log Node and npm versions, and restore the original PATH afterwards.

This commit is contained in:
2025-03-26 13:51:45 +00:00
parent b06e2b2273
commit 5951638967
3 changed files with 22 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/nupst',
version: '2.6.0',
version: '2.6.1',
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
}