diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-20 16:31:55 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-20 16:31:55 +0530 |
commit | 8b2e7601c9fa7d109d5137c730b45e343ca12dcf (patch) | |
tree | da7a56e18c40af163c1cf0308a63ededf6472ff7 | |
parent | de8f4efb7e63060b5670b8c942fcba1cba5a818f (diff) |
reflector typo
-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 32ef92f..4dabd54 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 --verbose --sort rate --save -l 30 --save /etc/pacman.d/mirrorlist +reflector --verbose --sort rate -l 30 --save /etc/pacman.d/mirrorlist pacman -Syyy pacman --noconfirm -Sy archlinux-keyring |