push changes

This commit is contained in:
Mateusz Gruszczyński
2025-10-26 17:11:48 +01:00
parent 842f628651
commit 562073d405

View File

@@ -230,7 +230,7 @@ def validate_supported_os():
} }
if distro_id not in SUPPORTED: if distro_id not in SUPPORTED:
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 11 (Bullseye), 12 (Bookworm), 13 (Trixie)") print(f" • Debian 11 (Bullseye), 12 (Bookworm), 13 (Trixie)")