scripts/download.pl: fix typo

This commit is contained in:
CN_SZTL 2020-04-25 08:15:39 +08:00
parent 05b71f090b
commit d55af8f091
2 changed files with 1 additions and 4 deletions

View File

@ -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).

View File

@ -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';