From 3c4ec5f916d55f71af333712af903baf8b16f401 Mon Sep 17 00:00:00 2001 From: nynex Date: Tue, 28 Jul 2015 18:53:15 +0000 Subject: [PATCH] Changed src. mirror location to libreCMC servers. --- trunk/scripts/download.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.25.1