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