1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
2017-02-12 13:09:01 +01:00
parent 9e255c8f87
commit 24078fe915

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
## Note: Some text editors in some lines its wrong the "markup color" because much '"'($) things. ## 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 #Prepare system before install
dialog --title "JKArch install script" --msgbox "Starting installation, please wait" 15 60 dialog --title "JKArch install script" --msgbox "Starting installation, please wait" 15 60
# First add exec permisson to me # First add exec permisson to me
@@ -36,7 +36,7 @@ if [[! -z "jkarch" ]];then
sudo chmod 644 /etc/X11/xinit/xinitrc sudo chmod 644 /etc/X11/xinit/xinitrc
sudo rm -rf /var/cache/pacman/pkg/* sudo rm -rf /var/cache/pacman/pkg/*
# System prepared, now start installer # System prepared, now start installer
touch /root/ touch /root/jkarch
startx startx
#Exit this. #Exit this.
exit exit