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)")
|
||||
@@ -1747,7 +1747,7 @@ def main():
|
||||
update_motd(args.motd == "yes", info, ipv6_enabled=args.enable_ipv6)
|
||||
print_summary(info, args.enable_ipv6, args.dark_mode, update_mode=True)
|
||||
return
|
||||
|
||||
|
||||
validate_supported_os()
|
||||
apt_update_upgrade()
|
||||
apt_purge(["nginx","openresty","nodejs","npm","yarn","certbot","rustc","cargo"])
|
||||
|
||||
Reference in New Issue
Block a user