Update npm_install.py

This commit is contained in:
gru
2026-06-08 11:36:37 +02:00
parent d8dd2da6a7
commit f5a78e1916
+2 -2
View File
@@ -732,8 +732,8 @@ def validate_supported_os():
print(f"\n ⚠ ERROR: Unsupported distribution: {distro_id}") print(f"\n ⚠ ERROR: Unsupported distribution: {distro_id}")
print(f" Detected: {OSREL.get('PRETTY', 'Unknown')}") print(f" Detected: {OSREL.get('PRETTY', 'Unknown')}")
print(f"\n Supported distributions:") print(f"\n Supported distributions:")
print(f" • Debian 12 (Bookworm), 13 (Trixie)") print(f" • Debian 12 (Bookworm), 13 (Trixie) (recommended)")
print(f" • Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS") print(f" • Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS (recommended)")
print(f" • Debian derivatives: Proxmox, armbian") print(f" • Debian derivatives: Proxmox, armbian")
print(f"\n Your distribution may work but is not tested.") print(f"\n Your distribution may work but is not tested.")
print(f" Continue at your own risk or install on a supported system.\n") print(f" Continue at your own risk or install on a supported system.\n")