From c03c3488ec2055764b02456710abb2a00ceaa58c Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 31 Jul 2020 23:27:33 +0800 Subject: [PATCH] scripts/download.pl: add cqu mirror for kernel downloading --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download.pl b/scripts/download.pl index 46b839058f..be0bdbb3fc 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -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";