From 0c98753d3f42c56be5cfb83b0fde64cceaeee654 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 22 Jan 2017 22:49:45 +0100 Subject: [PATCH] better --- installer/archinstall-dev.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/installer/archinstall-dev.sh b/installer/archinstall-dev.sh index a986ccf..5033a85 100755 --- a/installer/archinstall-dev.sh +++ b/installer/archinstall-dev.sh @@ -417,11 +417,9 @@ function installconf { wget -nv https://mirror.jkanetwork.com/Arch-repository/jkarch-mirrorlist -O /etc/pacman.d/jkarch-mirrorlist isanetworkerror # Comprueba si hubo un error de descarga tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9 - # Reflector and rsync is for updating mirrorlist # - execl pacstrap -C pacman.conf /mnt/ base jkarch-mirrorlist reflector rsync dosfstools ntfs-3g btrfs-progs exfat-utils #Install base and disk format drivers - pause + #Install base and disk format drivers. Reflector and rsync is for updating mirrorlist later + execl pacstrap -C pacman.conf /mnt/ base jkarch-mirrorlist reflector rsync dosfstools ntfs-3g btrfs-progs exfat-utils pacmanerror - #mv pacman.conf /mnt/etc/pacman.conf # Create fstab execl genfstab -U /mnt > /mnt/etc/fstab