Files
manjaro-tools-livecd/data/rc/mirrors-live.in
2026-01-31 01:03:40 +01:00

16 lines
282 B
Plaintext

#!/usr/bin/openrc-run
# Copyright 2016 artoo (artoo@manjaro.org)
# Distributed under the terms of the GNU General Public License v2
description="Pacman mirror ranking"
depend() {
need net
}
start() {
ebegin "Running mirrors randomizer"
/usr/bin/pacman-mirrors -f 5
eend $?
}