feat(installer/cli): Add OS detection and git auto-installation support to install.sh and improve service setup prompt in CLI

This commit is contained in:
2025-03-25 11:25:03 +00:00
parent c7db209da7
commit bd5b85f6b0
4 changed files with 105 additions and 6 deletions

View File

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