fix(installer): Improve Git dependency handling and repository cloning in install.sh

This commit is contained in:
2025-03-25 13:20:36 +00:00
parent f583e1466f
commit 65a9d1c798
3 changed files with 68 additions and 26 deletions

View File

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