fix(setup): Improve installation process in setup script by cleaning up package files and ensuring a minimal net-snmp dependency installation.

This commit is contained in:
2025-03-26 14:09:01 +00:00
parent 9a77030377
commit 22ab472e58
3 changed files with 52 additions and 30 deletions

View File

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