Add newmirrors util
This commit is contained in:
parent
1e32fe78f6
commit
89a02f751f
1 changed files with 3 additions and 0 deletions
3
newmirrors
Executable file
3
newmirrors
Executable file
|
@ -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
|
Loading…
Reference in a new issue