This commit is contained in:
Super Manito
2026-01-01 18:40:35 +08:00
parent e90be01b6d
commit 5ada2c505f

View File

@@ -951,7 +951,7 @@ function choose_mirrors() {
if [[ -z "${tmp_result}" ]]; then
echo -e "\n$WARN $(msg "warn.needValidNumberIndex")"
else
SOURCE="${tmp_result}"
SOURCE_REGISTRY="${tmp_result}"
break
fi
;;