fix: mirrorlist

master
phga 3 years ago
parent f03ae6e0f2
commit 9bae004505
Signed by: phga
GPG Key ID: 5249548AA705F019

@ -120,7 +120,9 @@ mount -L P_EFI /mnt/boot # EFI
[ "$ENC" == false ] && swapon -L P_SWAP # swap [ "$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 # 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 pacstrap /mnt base base-devel linux-zen linux-firmware vi dhcpcd wpa_supplicant dialog git netctl curl

Loading…
Cancel
Save