fix(install): Improve interactive mode detection and non-interactive installation handling in install.sh

This commit is contained in:
2025-03-25 13:08:28 +00:00
parent e68654a022
commit 55c040df82
4 changed files with 48 additions and 3 deletions

View File

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