3 lines
149 B
Bash
3 lines
149 B
Bash
#!/bin/bash
|
|
echo "Updating pacman mirrorlist"
|
|
curl -s -o /etc/pacman.d/mirrorlist https://git.xoservice.nl/marcel/deploy/raw/master/pacman/mirrorlist |