diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 13:49:52 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 13:49:52 +0530 |
commit | 97dac1e75df7f353b9ccd6c02743716663f0d77e (patch) | |
tree | 21589bb5521864ea3df07200bb98383dd3157886 | |
parent | 57b225800b0ef37700e7b56d35f8c1f7436e3f5b (diff) |
fixing arch reflector adding limit option
-rwxr-xr-x | arch-magik.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index 92ccdde..b24f145 100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -15,7 +15,7 @@ sed -i '/ParallelDownloads = 15/a ILoveCandy' /etc/pacman.conf #Updating mirrorlist for faster downloads country=$(curl -4 ifconfig.co/country-iso) pacman --noconfirm -Sy reflector -reflector -c $country -c Worldwide -a 12 -p https --sort rate --save /etc/pacman.d/mirrorlist +reflector --verbose --sort rate --save -l 30 --save /etc/pacman.d/mirrorlist pacman -Syyy pacman --noconfirm -Sy archlinux-keyring |