Skip to content

Instantly share code, notes, and snippets.

View 4yman-0's full-sized avatar
:octocat:
null

4yman 4yman-0

:octocat:
null
View GitHub Profile
@2KAbhishek
2KAbhishek / mirrorlist.sh
Created October 21, 2020 13:25
Generate fastest mirrors for Arch linux
#!/bin/bash
# Install reflector
sudo pacman -S reflector
# Update mirrorlist
reflector | sudo tee /etc/pacman.d/mirrorlist