From 976fa0ab8420ae7e241c8f01ceb2f6a08295d669 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 13:30:55 +0100 Subject: [PATCH] Fixes gui --- installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index 5ebea09..303c8fd 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -32,7 +32,7 @@ if [[ ! -f "jkarch" ]];then sudo echo "#Start gparted with startx command" > /etc/X11/xinit/xinitrc sudo echo "lwm &" >> /etc/X11/xinit/xinitrc sudo echo "xrandr -s 1024x768 -r 60" >> /etc/X11/xinit/xinitrc - sudo echo "xterm -e 'bash /root/installer.sh' -geometry 120x35" >> /etc/X11/xinit/xinitrc + sudo echo "xterm -e 'bash cd /root && ./installer.sh' -geometry 120x35" >> /etc/X11/xinit/xinitrc sudo chmod 644 /etc/X11/xinit/xinitrc sudo rm -rf /var/cache/pacman/pkg/* # System prepared, now start installer