From d5e666957f236717a9b262a70fc52c919eb73b7f Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 13:16:50 +0100 Subject: [PATCH] first try --- installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index ab31f59..5ebea09 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'" >> /etc/X11/xinit/xinitrc + sudo echo "xterm -e 'bash /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