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}
|
"unstable" "-" off 2>${BRANCH}
|
||||||
clear
|
clear
|
||||||
if [[ ! -z "$(cat ${BRANCH})" ]]; then
|
if [[ ! -z "$(cat ${BRANCH})" ]]; then
|
||||||
pacman-mirrors -gib "$(cat ${BRANCH})" 2>$ERR
|
pacman-mirrors -gib "$(cat ${BRANCH})"
|
||||||
check_for_error "$FUNCNAME branch $(cat ${BRANCH})" $?
|
check_for_error "$FUNCNAME branch $(cat ${BRANCH})"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user