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
beb17fb0
Unverified
Commit
beb17fb0
authored
Mar 04, 2019
by
Igor Pečovnik
Committed by
GitHub
Mar 04, 2019
Browse files
Add new mirror
Denmark
parent
3c200f98
Changes
1
Show whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
beb17fb0
...
@@ -1092,7 +1092,7 @@ function jobs ()
...
@@ -1092,7 +1092,7 @@ function jobs ()
if
[[
$PREFIX
==
beta
]]
;
then
if
[[
$PREFIX
==
beta
]]
;
then
AVAL_MIRROR
=(
"beta.armbian.com"
"mirrors.netix.net/armbian/apt/"
)
AVAL_MIRROR
=(
"beta.armbian.com"
"mirrors.netix.net/armbian/apt/"
)
else
else
AVAL_MIRROR+
=(
"apt.armbian.com"
"mirrors.tuna.tsinghua.edu.cn/armbian/"
"mirrors.netix.net/armbian/apt/"
)
AVAL_MIRROR+
=(
"apt.armbian.com"
"mirrors.tuna.tsinghua.edu.cn/armbian/"
"mirrors.netix.net/armbian/apt/"
"mirrors.dotsrc.org/armbian-apt/"
)
fi
fi
local
LIST
=()
local
LIST
=()
for
i
in
"
${
AVAL_MIRROR
[@]
}
"
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