From 3f529cf8480133cd7e486a8c98b72a19a5f8d422 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 26 Sep 2018 23:17:19 +0800 Subject: [PATCH] Linux Kernel download from ustc first --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0..9625f668a 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -233,6 +233,7 @@ foreach my $mirror (@ARGV) { push @extra, "$extra[0]/longterm/v$1"; } foreach my $dir (@extra) { + push @mirrors, "http://mirrors.ustc.edu.cn/kernel.org/$dir"; push @mirrors, "https://cdn.kernel.org/pub/$dir"; push @mirrors, "https://mirror.rackspace.com/kernel.org/$dir"; push @mirrors, "http://download.xs4all.nl/ftp.kernel.org/pub/$dir";