scripts/download.pl: add cqu mirror for kernel downloading
This commit is contained in:
parent
10098beba3
commit
38f947926c
@ -246,6 +246,7 @@ foreach my $mirror (@ARGV) {
|
|||||||
push @extra, "$extra[0]/longterm/v$1";
|
push @extra, "$extra[0]/longterm/v$1";
|
||||||
}
|
}
|
||||||
foreach my $dir (@extra) {
|
foreach my $dir (@extra) {
|
||||||
|
push @mirrors, "https://mirrors.cqu.edu.cn/kernel/$dir";
|
||||||
push @mirrors, "https://mirrors.ustc.edu.cn/kernel.org/$dir";
|
push @mirrors, "https://mirrors.ustc.edu.cn/kernel.org/$dir";
|
||||||
push @mirrors, "https://cdn.kernel.org/pub/$dir";
|
push @mirrors, "https://cdn.kernel.org/pub/$dir";
|
||||||
push @mirrors, "https://mirror.rackspace.com/kernel.org/pub/$dir";
|
push @mirrors, "https://mirror.rackspace.com/kernel.org/pub/$dir";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user