From 24078fe9156ab10d9c6a6a982cc8b62cef5428a1 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 13:09:01 +0100 Subject: [PATCH] debug... --- installer/installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/installer.sh b/installer/installer.sh index c121171..ab31f59 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -1,7 +1,7 @@ #!/bin/bash ## Note: Some text editors in some lines its wrong the "markup color" because much '"'($) things. -if [[! -z "jkarch" ]];then +if [[ ! -f "jkarch" ]];then #Prepare system before install dialog --title "JKArch install script" --msgbox "Starting installation, please wait" 15 60 # First add exec permisson to me @@ -36,7 +36,7 @@ if [[! -z "jkarch" ]];then sudo chmod 644 /etc/X11/xinit/xinitrc sudo rm -rf /var/cache/pacman/pkg/* # System prepared, now start installer - touch /root/ + touch /root/jkarch startx #Exit this. exit