From 96509011d0cd432ecdf4d6ece555d970e281f6a5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 16 Jan 2023 12:17:40 +0000 Subject: fix installer colors --- iso/root/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso/root/.profile') diff --git a/iso/root/.profile b/iso/root/.profile index a15c12b..6e29f99 100644 --- a/iso/root/.profile +++ b/iso/root/.profile @@ -3,7 +3,7 @@ splash () { echo "Welcome to xilinux" } -[ "$(fgconsole 2>/dev/null)" = "1" ] && exec $HOME/installer.sh +[ "$(fgconsole 2>/dev/null)" = "1" ] && $HOME/installer.sh splash -- cgit v1.2.1