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
4254f292
Commit
4254f292
authored
Jun 26, 2019
by
Igor Pecovnik
Browse files
Remove dead mirrors
parent
cc37313d
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
4254f292
...
...
@@ -1190,9 +1190,9 @@ function jobs ()
PREFIX
=
"
$(
echo
$BEFORE
|
cut
-f1
-d
"."
)
"
AVAL_MIRROR
=()
if
[[
$PREFIX
==
beta
]]
;
then
AVAL_MIRROR
=(
"beta.armbian.com"
"mirrors.netix.net/armbian/apt/"
)
AVAL_MIRROR
=(
"beta.armbian.com"
)
else
AVAL_MIRROR+
=(
"apt.armbian.com"
"mirrors.tuna.tsinghua.edu.cn/armbian/"
"mirrors.netix.net/armbian/apt/"
"mirrors.dotsrc.org/armbian-apt/"
)
AVAL_MIRROR+
=(
"apt.armbian.com"
"mirrors.tuna.tsinghua.edu.cn/armbian/"
"mirrors.dotsrc.org/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