diff --git a/bootstrap.sh b/bootstrap.sh index 6d97589..7795525 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -120,7 +120,9 @@ mount -L P_EFI /mnt/boot # EFI [ "$ENC" == false ] && swapon -L P_SWAP # swap -sed -i '/## Germany/,+1!d' /etc/pacman.d/mirrorlist +# MAYB: Obsolete bc of reflector in achiso? +cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak +sed -i '/.*\.de\/.*/!d' /etc/pacman.d/mirrorlist # for server dhcpcd and other programs are not required -> see good2know pacstrap /mnt base base-devel linux-zen linux-firmware vi dhcpcd wpa_supplicant dialog git netctl curl