scripts/download.pl: re-add aliyun mirrors
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
b5bf1e8d73
commit
819db9dc2b
@ -205,6 +205,7 @@ foreach my $mirror (@ARGV) {
|
||||
push @mirrors, "https://mirror.netcologne.de/debian/$1";
|
||||
} elsif ($mirror =~ /^\@APACHE\/(.+)$/) {
|
||||
push @mirrors, "https://mirrors.tencent.com/apache/$1";
|
||||
push @mirrors, "https://mirrors.aliyun.com/apache/$1";
|
||||
# push @mirrors, "https://mirrors.tuna.tsinghua.edu.cn/apache/$1";
|
||||
# push @mirrors, "https://mirrors.ustc.edu.cn/apache/$1";
|
||||
push @mirrors, "https://mirror.netcologne.de/apache.org/$1";
|
||||
@ -229,6 +230,7 @@ foreach my $mirror (@ARGV) {
|
||||
}
|
||||
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
|
||||
push @mirrors, "https://mirrors.tencent.com/gnu/$1";
|
||||
push @mirrors, "https://mirrors.aliyun.com/gnu/$1";
|
||||
# push @mirrors, "https://mirrors.tuna.tsinghua.edu.cn/gnu/$1";
|
||||
# push @mirrors, "https://mirrors.cqu.edu.cn/gnu/$1";
|
||||
# push @mirrors, "https://mirrors.ustc.edu.cn/gnu/$1";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user