Skip to content

Instantly share code, notes, and snippets.

@juanibiapina
Created April 23, 2020 17:32
Show Gist options
  • Save juanibiapina/2ce5248d3183756b8985f35fd71a0c86 to your computer and use it in GitHub Desktop.
Save juanibiapina/2ce5248d3183756b8985f35fd71a0c86 to your computer and use it in GitHub Desktop.
Update pacman mirrors
curl -s "https://www.archlinux.org/mirrorlist/?country=DE&protocol=https&ip_version=4&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' > /etc/pacman.d/mirrorlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment