scripts/download.pl: reorder self-hosted mirrors

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit d26b4ff4de)
This commit is contained in:
Tianling Shen 2021-11-27 03:09:47 +08:00
parent 58954a92d6
commit 923d73b691
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 4 additions and 8 deletions

View File

@ -64,8 +64,5 @@ luci-proto-modemmanager source: [nickberry17/luci-proto-modemmanager](https://gi
luci-theme-infinityfreedom source: [xiaoqingfengATGH/luci-theme-infinityfreedom](https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom).<br/>
luci-proto-minieap source: [ysc3839/luci-proto-minieap](https://github.com/ysc3839/luci-proto-minieap).
## Download Mirrors
[openwrt.cc](https://openwrt.cc/dl/immortalwrt) by [@SuLingGG](https://github.com/SuLingGG).
## License
### Depend on their own License.

View File

@ -284,11 +284,10 @@ foreach my $mirror (@ARGV) {
}
}
push @mirrors, "https://sources.immortalwrt.org";
push @mirrors, "https://sources.cdn.immortalwrt.org";
push @mirrors, "https://mirror01.download.immortalwrt.eu.org";
push @mirrors, "https://mirror02.download.immortalwrt.eu.org";
push @mirrors, "https://openwrt.cc/dl/immortalwrt/immortalwrt";
push @mirrors, 'https://mirror02.download.immortalwrt.eu.org';
push @mirrors, 'https://mirror01.download.immortalwrt.eu.org';
push @mirrors, 'https://sources.immortalwrt.org';
push @mirrors, 'https://sources.cdn.immortalwrt.org';
push @mirrors, 'https://sources.cdn.openwrt.org';
push @mirrors, 'https://sources.openwrt.org';
push @mirrors, 'https://mirror2.openwrt.org/sources';