download.pl: try immortalwrt mirror firstly

Fixes: db35b0ef9f ("Merge Official Source")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-07-15 11:33:51 +08:00
parent 6594944214
commit 7eb590a3a4
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -301,8 +301,8 @@ foreach my $mirror (@ARGV) {
} }
} }
projectsmirrors '@OPENWRT';
projectsmirrors '@IMMORTALWRT'; projectsmirrors '@IMMORTALWRT';
projectsmirrors '@OPENWRT';
if (-f "$target/$filename") { if (-f "$target/$filename") {
$hash_cmd and do { $hash_cmd and do {