Commit cc55a98e authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Add new mirror, remove dead one

parent cb8460cf
...@@ -277,8 +277,8 @@ function description ...@@ -277,8 +277,8 @@ function description
*mirrors.tuna.tsinghua.edu.cn/armbian/*) *mirrors.tuna.tsinghua.edu.cn/armbian/*)
echo "China" echo "China"
;; ;;
*mirror.cyberbits.eu/armbian/apt*) *http://mirrors.netix.net/armbian/apt/*)
echo "France" echo "Bulgarija"
;; ;;
*.armbian.com*) *.armbian.com*)
echo "Estonia" echo "Estonia"
......
...@@ -1091,9 +1091,9 @@ function jobs () ...@@ -1091,9 +1091,9 @@ function jobs ()
PREFIX="$(echo $BEFORE | cut -f1 -d".")" PREFIX="$(echo $BEFORE | cut -f1 -d".")"
AVAL_MIRROR=() AVAL_MIRROR=()
if [[ $PREFIX == beta ]]; then if [[ $PREFIX == beta ]]; then
AVAL_MIRROR=("beta.armbian.com") AVAL_MIRROR=("beta.armbian.com" "http://mirrors.netix.net/armbian/apt/")
else else
AVAL_MIRROR+=("apt.armbian.com" "mirrors.tuna.tsinghua.edu.cn/armbian/" "mirror.cyberbits.eu/armbian/apt") AVAL_MIRROR+=("apt.armbian.com" "mirrors.tuna.tsinghua.edu.cn/armbian/" "http://mirrors.netix.net/armbian/apt/")
fi fi
local LIST=() local LIST=()
for i in "${AVAL_MIRROR[@]}" 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