scripts/download.pl: add cqu mirror for kernel downloading

This commit is contained in:
CN_SZTL 2020-07-31 23:27:33 +08:00
parent 10098beba3
commit 38f947926c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -246,6 +246,7 @@ foreach my $mirror (@ARGV) {
push @extra, "$extra[0]/longterm/v$1";
}
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://cdn.kernel.org/pub/$dir";
push @mirrors, "https://mirror.rackspace.com/kernel.org/pub/$dir";