From: nynex Date: Tue, 28 Jul 2015 18:53:15 +0000 (+0000) Subject: Changed src. mirror location to libreCMC servers. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fheads%2Fdev;p=librecmc%2Flibrecmc-fossil.git Changed src. mirror location to libreCMC servers. --- diff --git a/trunk/scripts/download.pl b/trunk/scripts/download.pl index 62e57977..bbe7f3af 100755 --- a/trunk/scripts/download.pl +++ b/trunk/scripts/download.pl @@ -194,9 +194,8 @@ foreach my $mirror (@ARGV) { } } -#push @mirrors, 'http://mirror1.librecmc.org'; -push @mirrors, 'http://mirror2.openwrt.org/sources'; -push @mirrors, 'http://downloads.openwrt.org/sources'; +push @mirrors, 'http://downloads.librecmc.org/sources/v1.3.2'; +push @mirrors, 'http://downloads.librecmc.org/sources' while (!$ok) { my $mirror = shift @mirrors;