download.pl: fix typo error
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 9b3db09fe3)
This commit is contained in:
parent
cd25afbc7e
commit
243cb791ed
@ -274,7 +274,7 @@ foreach my $mirror (@ARGV) {
|
||||
push @mirrors, "https://mirrors.ustc.edu.cn/kernel.org/$dir";
|
||||
push @mirrors, "https://mirror.nju.edu.cn/kernel.org/$dir";
|
||||
push @mirrors, "https://cdn.kernel.org/pub/$dir";
|
||||
push @mrirors, "https://ftp.jaist.ac.jp/pub/Linux/kernel.org/$dir";
|
||||
push @mirrors, "https://ftp.jaist.ac.jp/pub/Linux/kernel.org/$dir";
|
||||
push @mirrors, "https://download.xs4all.nl/ftp.kernel.org/pub/$dir";
|
||||
push @mirrors, "https://mirrors.mit.edu/kernel/$dir";
|
||||
push @mirrors, "http://ftp.nara.wide.ad.jp/pub/kernel.org/$dir";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user