mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
download.pl: fix typo error
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 9b3db09fe3a28af0bae0d972b2234cbf6a99a6c8)
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…
x
Reference in New Issue
Block a user