diff --git a/0-preinstall.sh b/0-preinstall.sh index 6e3698b..d652d86 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -15,7 +15,7 @@ iso=$(curl -4 ifconfig.co/country-iso) timedatectl set-ntp true pacman -S --noconfirm pacman-contrib terminus-font setfont ter-v22b -sed -i 's/^#Para/Para/' /etc/pacman.conf +sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf pacman -S --noconfirm reflector rsync grub cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup echo -e "-------------------------------------------------------------------------" diff --git a/1-setup.sh b/1-setup.sh index 8f1ca17..601aca0 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -45,7 +45,7 @@ localectl --no-ask-password set-keymap us sed -i 's/^# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/' /etc/sudoers #Add parallel downloading -sed -i 's/^#Para/Para/' /etc/pacman.conf +sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf #Enable multilib sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf