Unverified Commit 68f6002f authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

bug fix

parent 10938da0
......@@ -1091,9 +1091,9 @@ function jobs ()
PREFIX="$(echo $BEFORE | cut -f1 -d".")"
AVAL_MIRROR=()
if [[ $PREFIX == beta ]]; then
AVAL_MIRROR=("beta.armbian.com" "http://mirrors.netix.net/armbian/apt/")
AVAL_MIRROR=("beta.armbian.com" "mirrors.netix.net/armbian/apt/")
else
AVAL_MIRROR+=("apt.armbian.com" "mirrors.tuna.tsinghua.edu.cn/armbian/" "http://mirrors.netix.net/armbian/apt/")
AVAL_MIRROR+=("apt.armbian.com" "mirrors.tuna.tsinghua.edu.cn/armbian/" "mirrors.netix.net/armbian/apt/")
fi
local LIST=()
for i in "${AVAL_MIRROR[@]}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment