Skip to content

Instantly share code, notes, and snippets.

@dbirks
Last active July 27, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbirks/f05d6fa07dbe5e45b1d766b4cc41eb55 to your computer and use it in GitHub Desktop.
Save dbirks/f05d6fa07dbe5e45b1d766b4cc41eb55 to your computer and use it in GitHub Desktop.
Arch install notes

Rank repo mirrors

rankmirrors is included in the pacman-contrib package.

Make a backup, then run the rankmirrors script through sed to remove some extra commented-out lines.

mv /etc/pacman.d/mirrorlist{,.old}
rankmirrors -n 5 /etc/pacman.d/mirrorlist.old | sed -e '/^##/d' > /etc/pacman.d/mirrorlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment