From 562073d405a755ccfad544302dd6f306c173725c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 26 Oct 2025 17:11:48 +0100 Subject: [PATCH] push changes --- npm_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_install.py b/npm_install.py index f6f451f..90234a3 100644 --- a/npm_install.py +++ b/npm_install.py @@ -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)")