Changed src. mirror location to libreCMC servers. dev
authornynex <nynex>
Tue, 28 Jul 2015 18:53:15 +0000 (18:53 +0000)
committernynex <nynex>
Tue, 28 Jul 2015 18:53:15 +0000 (18:53 +0000)
trunk/scripts/download.pl

index 62e5797741f4337c8a8367a17b447dd23f6ec62d..bbe7f3af4f98a1e0de6937e6396f634aa5cdbfd0 100755 (executable)
@@ -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;