Skip to content

Instantly share code, notes, and snippets.

@mcgrew
Created January 4, 2011 23:39
Show Gist options
  • Save mcgrew/765666 to your computer and use it in GitHub Desktop.
Save mcgrew/765666 to your computer and use it in GitHub Desktop.
Generates a new mirrorlist for Arch Linux
#!/bin/bash
curl -s "https://www.archlinux.org/mirrorlist/?country=US&protocol=http&ip_version=4&use_mirror_status=on" | sed -e 's/^#Server/Server/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment