Browse Source

Changed src. mirror location to libreCMC servers.

nynex 8 years ago
parent
commit
3c4ec5f916
1 changed files with 2 additions and 3 deletions
  1. 2 3
      trunk/scripts/download.pl

+ 2 - 3
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;