first commit
This commit is contained in:
15
data/rc/mirrors-live-net.in
Normal file
15
data/rc/mirrors-live-net.in
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/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 ranking"
|
||||
/usr/bin/pacman-mirrors -f 5
|
||||
eend $?
|
||||
}
|
||||
Reference in New Issue
Block a user