Update npm_install.py
This commit is contained in:
+2
-2
@@ -732,8 +732,8 @@ def validate_supported_os():
|
||||
print(f"\n ⚠ ERROR: Unsupported distribution: {distro_id}")
|
||||
print(f" Detected: {OSREL.get('PRETTY', 'Unknown')}")
|
||||
print(f"\n Supported distributions:")
|
||||
print(f" • Debian 12 (Bookworm), 13 (Trixie)")
|
||||
print(f" • Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS")
|
||||
print(f" • Debian 12 (Bookworm), 13 (Trixie) (recommended)")
|
||||
print(f" • Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, 26.04 LTS (recommended)")
|
||||
print(f" • Debian derivatives: Proxmox, armbian")
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user