From 6a05a2e385ff14dadc8500ecd0454284bb16fa96 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 23 Apr 2026 16:30:57 -0400 Subject: [PATCH] Avoid login shell in install X session --- home/stormux/.local/bin/stormux_launch_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/stormux/.local/bin/stormux_launch_helpers.sh b/home/stormux/.local/bin/stormux_launch_helpers.sh index 6f6fd6d..20bf4b2 100755 --- a/home/stormux/.local/bin/stormux_launch_helpers.sh +++ b/home/stormux/.local/bin/stormux_launch_helpers.sh @@ -44,7 +44,7 @@ run_install_session_command() { fi export DISPLAY="${DISPLAY:-:0}" - /bin/bash -lc "$installCommand" + /bin/bash -c "$installCommand" } check_architecture() {