mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-08 10:23:47 +08:00
download.pl: fix path to mirror 182.140.223.146
Closes: #327 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
1ee90e60cf
commit
1e0e462e2b
@ -289,7 +289,7 @@ foreach my $mirror (@ARGV) {
|
||||
}
|
||||
}
|
||||
|
||||
unshift @mirrors, "http://182.140.223.146";
|
||||
unshift @mirrors, "http://182.140.223.146/dl";
|
||||
push @mirrors, 'https://sources.cdn.openwrt.org';
|
||||
push @mirrors, 'https://sources.openwrt.org';
|
||||
push @mirrors, 'https://mirror2.openwrt.org/sources';
|
||||
|
Loading…
x
Reference in New Issue
Block a user