summaryrefslogtreecommitdiff
path: root/iso/root/.profile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-01-16 12:17:40 +0000
committerdavidovski <david@davidovski.xyz>2023-01-16 12:17:40 +0000
commit96509011d0cd432ecdf4d6ece555d970e281f6a5 (patch)
tree32a554a3e7e4386e35a92ee39e41d7732e604b62 /iso/root/.profile
parentc42abbd0f192a5d4a6a58fd901f45d2c06b018b5 (diff)
fix installer colors
Diffstat (limited to 'iso/root/.profile')
-rw-r--r--iso/root/.profile2
1 files changed, 1 insertions, 1 deletions
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