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
68f6002f
Unverified
Commit
68f6002f
authored
Jan 16, 2019
by
Igor Pečovnik
Committed by
GitHub
Jan 16, 2019
Browse files
bug fix
parent
10938da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
68f6002f
...
@@ -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"
"
http://
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/"
"
http://
mirrors.netix.net/armbian/apt/"
)
AVAL_MIRROR+
=(
"apt.armbian.com"
"mirrors.tuna.tsinghua.edu.cn/armbian/"
"mirrors.netix.net/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