mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-06 03:20:36 +00:00
fix pacman-mirrors -i
This commit is contained in:
parent
bceb3b5874
commit
abf20aa45c
@ -341,8 +341,8 @@ rank_mirrors() {
|
||||
"unstable" "-" off 2>${BRANCH}
|
||||
clear
|
||||
if [[ ! -z "$(cat ${BRANCH})" ]]; then
|
||||
pacman-mirrors -gib "$(cat ${BRANCH})" 2>$ERR
|
||||
check_for_error "$FUNCNAME branch $(cat ${BRANCH})" $?
|
||||
pacman-mirrors -gib "$(cat ${BRANCH})"
|
||||
check_for_error "$FUNCNAME branch $(cat ${BRANCH})"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user