mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
debug...
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user