From dc6abf271bffaf96a95f57ad219b45f8c02db5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 23 Oct 2025 22:34:35 +0200 Subject: [PATCH] fixes --- npm_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_install.py b/npm_install.py index 0eefdcd..104b627 100644 --- a/npm_install.py +++ b/npm_install.py @@ -714,7 +714,7 @@ def print_summary(info, ipv6_enabled, dark_enabled, update_mode): print(f"Yarn: v{yarn_v}") print(f"NPM (aplikacja): v{npm_v}") print(f"IPv6: {'ENABLED' if ipv6_enabled else 'DISABLED (in confogs too)'}") - print(f"Dark mode (TP): {'TAK' if dark_enabled else 'NIE'}") + print(f"Dark mode (TP): {'YES' if dark_enabled else 'NO'}") print("Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)") print("Services: systemctl status angie.service / npm.service") print("Default login: Email: admin@example.com Password: changeme")