mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
6 lines
187 B
Bash
6 lines
187 B
Bash
#!/usr/bin/env sh
|
|
|
|
error() { clear; printf "ERROR:\\n%s\\n" "$1"; exit;}
|
|
|
|
reflector --verbose --latest 100 --sort rate --save /etc/pacman.d/mirrorlist || error "Couldn't refresh mirrors"
|