diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-04-12 15:04:07 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-04-12 15:04:07 +0200 |
commit | 74b43d8af3525dba64c5ef84fbaa782b60a927b5 (patch) | |
tree | 5ac4c55ef562a32e8c2d05d42c5bacfed36e9b2a | |
parent | 69059c56b7f9a0f832d274667c78a31a00b717d2 (diff) |
Use 15 instead of 5 mirrors in mirrorlist via reflector
-rw-r--r-- | install-arch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-arch.sh b/install-arch.sh index 9c4c52a..7cf0891 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -39,7 +39,7 @@ $SWAP && swapon /dev/$SWAP timedatectl set-ntp true -reflector --country Germany --protocol https --latest 5 --save /etc/pacman.d/mirrorlist +reflector --country Germany --protocol https --latest 15 --save /etc/pacman.d/mirrorlist pacstrap /mnt base base-devel linux linux-firmware \ iwd dhcpcd \ |