diff --git a/scripts/download.pl b/scripts/download.pl index 055a02d76e..55934d89ed 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -251,7 +251,6 @@ 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://download.xs4all.nl/ftp.kernel.org/pub/$dir";