push changes
This commit is contained in:
@@ -230,7 +230,7 @@ def validate_supported_os():
|
||||
}
|
||||
|
||||
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"\n Supported distributions:")
|
||||
print(f" • Debian 11 (Bullseye), 12 (Bookworm), 13 (Trixie)")
|
||||
@@ -250,7 +250,7 @@ def validate_supported_os():
|
||||
break
|
||||
|
||||
if not version_match:
|
||||
print(f"\n⚠ WARNING: Unsupported version of {distro_id}: {version_id}")
|
||||
print(f"\n ⚠ WARNING: Unsupported version of {distro_id}: {version_id}")
|
||||
print(f" Detected: {OSREL.get('PRETTY', 'Unknown')}")
|
||||
print(f" Supported versions: {', '.join(supported_versions)}")
|
||||
print(f"\n This version may work but is not officially tested.")
|
||||
|
||||
Reference in New Issue
Block a user