1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00

Fixes gui

This commit is contained in:
2017-02-12 13:41:20 +01:00
parent 976fa0ab84
commit 8386f1a808

View File

@@ -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