From 9bae004505ed9ec9ab5ddb23a82aac01a07ace16 Mon Sep 17 00:00:00 2001 From: phga Date: Fri, 11 Mar 2022 21:33:33 +0100 Subject: [PATCH] fix: mirrorlist --- bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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