1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-18 11:11:31 +01:00
This commit is contained in:
kprkpr
2016-06-03 00:12:12 +02:00
parent 3ba158e213
commit bf1625401b

View File

@@ -143,7 +143,7 @@ wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O
if [[ $? != 0 ]];then
fatalerror "Error de conexion con internet, compruebe la red"
fi
dialog --title "Instalando la base, espere..." --prgbox "--pacstrap -C /tmp/pacman.conf /mnt/ base btrfs-progs" 20 70
dialog --title "Instalando la base, espere..." --prgbox '--pacstrap -C /tmp/pacman.conf /mnt/ base btrfs-progs' 20 70
mkdir -p /mnt/root/inst/
wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.sh -O /mnt/root/inst/chrootinstall.sh
if [[ $? != 0 ]];then