Skip to content

Instantly share code, notes, and snippets.

@2KAbhishek
Created October 21, 2020 13:25
Show Gist options
  • Save 2KAbhishek/54acfaed7366aac62d0f43dc98fc7a95 to your computer and use it in GitHub Desktop.
Save 2KAbhishek/54acfaed7366aac62d0f43dc98fc7a95 to your computer and use it in GitHub Desktop.
Generate fastest mirrors for Arch linux
#!/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