From 69be351dc27c6c37f18e31aeb7d757301cc7ee8e Mon Sep 17 00:00:00 2001 From: kprkpr Date: Fri, 3 Jun 2016 00:12:41 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 8ac3cce..95f37a1 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -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