scripts/download.pl: remove unavailable mirror
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
a90a76af97
commit
1e4c245042
@ -51,7 +51,6 @@ luci-theme-edge source: [garypang13/luci-theme-edge](https://github.com/garypang
|
||||
luci-proto-minieap source: [ysc3839/luci-proto-minieap](https://github.com/ysc3839/luci-proto-minieap).
|
||||
|
||||
## Download Mirrors
|
||||
[182.140.223.146](http://182.140.223.146/dl) by [hzjnet@163.com](mailto://hzjnet@163.com).<br/>
|
||||
[openwrt.cc](https://openwrt.cc/dl/immortalwrt) by [@SuLingGG](https://github.com/SuLingGG).
|
||||
|
||||
## License
|
||||
|
@ -281,7 +281,6 @@ foreach my $mirror (@ARGV) {
|
||||
}
|
||||
|
||||
unshift @mirrors, "https://mirror01.download.immortalwrt.eu.org/master";
|
||||
unshift @mirrors, "http://182.140.223.146/dl";
|
||||
push @mirrors, "https://openwrt.cc/dl/immortalwrt/master";
|
||||
push @mirrors, 'https://sources.cdn.openwrt.org';
|
||||
push @mirrors, 'https://sources.openwrt.org';
|
||||
|
Loading…
x
Reference in New Issue
Block a user