scripts/download.pl: fix typo
This commit is contained in:
parent
05b71f090b
commit
d55af8f091
@ -46,8 +46,5 @@ Default login address: 192.168.1.1, username is **root** and password is **passw
|
||||
# Contributed
|
||||
### See [CONTRIBUTED.md](https://github.com/project-openwrt/openwrt/blob/openwrt-18.06/CONTRIBUTED.md).
|
||||
|
||||
# Donate
|
||||
ETH Address: `0x373Ba17dF77ea455bd29a24104088659fBac7e96`
|
||||
|
||||
# License
|
||||
### [GNU General Public License v3.0](https://github.com/project-openwrt/openwrt/blob/openwrt-18.06/LICENSE).
|
||||
|
||||
@ -272,7 +272,7 @@ foreach my $mirror (@ARGV) {
|
||||
}
|
||||
}
|
||||
|
||||
unshift @mirrors, 'https://sources.cdn.openwrt.org';
|
||||
push @mirrors, 'https://sources.cdn.openwrt.org';
|
||||
#push @mirrors, 'https://mirror1.openwrt.org';
|
||||
push @mirrors, 'https://sources.openwrt.org';
|
||||
push @mirrors, 'https://mirror2.openwrt.org/sources';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user