Skip to content

Commit

Permalink
fix kernel downloading url
Browse files Browse the repository at this point in the history
  • Loading branch information
alzhao committed Mar 15, 2017
1 parent 1c73707 commit 5b14a9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/download.pl
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ sub cleanup
push @extra, "$extra[0]/longterm/v$1";
}
foreach my $dir (@extra) {
push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
push @mirrors, "https://www.kernel.org/pub/$dir";
}
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";
Expand Down

0 comments on commit 5b14a9c

Please sign in to comment.