-
-
Save oguzkaganeren/72597b04af44bc2a681f83b968c539a0 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
sudo nano /etc/xdg/reflector/reflector.conf
sudo systemctl enable reflector.service