From 5ce7dc9e44a92256932e9ede8c1b1528efab08bb Mon Sep 17 00:00:00 2001 From: kprkpr Date: Fri, 3 Jun 2016 00:15: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 95f37a1..9ab0ea7 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 +pacstrap -C /tmp/pacman.conf /mnt/ base btrfs-progs 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