From 0c54484feaab1cb61040e3c180f90c3b1c99fa45 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Sat, 24 Sep 2016 00:13:44 +0200 Subject: [PATCH] changes --- archinstall/chrootinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 5c084fe..90a4ad1 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -471,7 +471,7 @@ pacman -Sc --noconfirm echo "Sincronizando datos al disco duro, puede tardar unos segundos" sync -if [[ -f /mnt/etc/pacman.conf.post ]];then # Is an offline installation? +if [[ isoffline = 1 ]];then # Is an offline installation? echo "Configurando pacman para usar servidores web en los siguientes arranques..." mv -f /mnt/etc/pacman.conf.post /mnt/etc/pacman.conf fi