fix(setup.sh): Improve setup script to detect and execute npm-cli.js directly using the Node.js binary

This commit is contained in:
2025-03-26 15:53:38 +00:00
parent 4cac599a58
commit 5b756dd223
3 changed files with 30 additions and 12 deletions

View File

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