Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
cc55a98e
Commit
cc55a98e
authored
Jan 16, 2019
by
Igor Pecovnik
Browse files
Add new mirror, remove dead one
parent
cb8460cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian-config-functions
View file @
cc55a98e
...
...
@@ -277,8 +277,8 @@ function description
*
mirrors.tuna.tsinghua.edu.cn/armbian/
*
)
echo
"China"
;;
*
mirror.cyberbits.eu
/armbian/apt
*
)
echo
"
France
"
*
http://mirrors.netix.net
/armbian/apt
/
*
)
echo
"
Bulgarija
"
;;
*
.armbian.com
*
)
echo
"Estonia"
...
...
debian-config-jobs
View file @
cc55a98e
...
...
@@ -1091,9 +1091,9 @@ function jobs ()
PREFIX
=
"
$(
echo
$BEFORE
|
cut
-f1
-d
"."
)
"
AVAL_MIRROR
=()
if
[[
$PREFIX
==
beta
]]
;
then
AVAL_MIRROR
=(
"beta.armbian.com"
)
AVAL_MIRROR
=(
"beta.armbian.com"
"http://mirrors.netix.net/armbian/apt/"
)
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
local
LIST
=()
for
i
in
"
${
AVAL_MIRROR
[@]
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment