mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-09 19:11:02 +00:00
fix rank_mirrors
- for some reason with the other variation pacman-mirrors doesn't manage to display mirror selection list.
This commit is contained in:
parent
0a72a3c780
commit
629688f293
@ -340,10 +340,10 @@ rank_mirrors() {
|
|||||||
"testing" "-" off \
|
"testing" "-" off \
|
||||||
"unstable" "-" off 2>${BRANCH}
|
"unstable" "-" off 2>${BRANCH}
|
||||||
clear
|
clear
|
||||||
[[ ! -z "$(cat ${BRANCH})" ]] && {
|
if [[ ! -z "$(cat ${BRANCH})" ]]; then
|
||||||
pacman-mirrors -gib "$(cat ${BRANCH})" 2>$ERR
|
pacman-mirrors -gib "$(cat ${BRANCH})" 2>$ERR
|
||||||
check_for_error "$FUNCNAME branch $(cat ${BRANCH})" $?
|
check_for_error "$FUNCNAME branch $(cat ${BRANCH})" $?
|
||||||
}
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Simple code to show devices / partitions.
|
# Simple code to show devices / partitions.
|
||||||
|
Loading…
Reference in New Issue
Block a user