Created
October 21, 2020 13:25
-
-
Save 2KAbhishek/54acfaed7366aac62d0f43dc98fc7a95 to your computer and use it in GitHub Desktop.
Generate fastest mirrors for Arch linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install reflector | |
sudo pacman -S reflector | |
# Update mirrorlist | |
reflector | sudo tee /etc/pacman.d/mirrorlist | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment