From 8386f1a8087de8507351895e098747888de41ec6 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 13:41:20 +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 303c8fd..8fe79f9 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 cd /root && ./installer.sh' -geometry 120x35" >> /etc/X11/xinit/xinitrc + sudo echo "xterm -e '/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