4 lines
181 B
Text
4 lines
181 B
Text
|
#!/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
|