From 89a02f751fbcb7772c1f1b0a980d02fbbaefb4c1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 24 Oct 2013 11:26:10 +0200 Subject: Add newmirrors util --- newmirrors | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 newmirrors diff --git a/newmirrors b/newmirrors new file mode 100755 index 0000000..5d69956 --- /dev/null +++ b/newmirrors @@ -0,0 +1,3 @@ +#!/bin/bash +curl "https://www.archlinux.org/mirrorlist/?country=BE&country=NL&protocol=http&protocol=https&ip_version=4" \ + | sed 's/^#\([^#].*\)/\1/' > /etc/pacman.d/mirrorlist -- cgit v1.2.3-54-g00ecf