Skip to content

Commit

Permalink
Change default mirror to mirrors.kernel.org
Browse files Browse the repository at this point in the history
git-svn-id: https://apt-cyg.googlecode.com/svn/trunk@32 f2a461e8-04e4-11de-bcc6-d9108be23e13
  • Loading branch information
[email protected] committed Feb 19, 2014
1 parent 2dff505 commit ae307ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apt-cyg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function usage()

function version()
{
echo "apt-cyg version 0.58"
echo "apt-cyg version 0.59"
echo "Written by Stephen Jungels"
echo ""
echo "Copyright (c) 2005-9 Stephen Jungels. Released under the GPL."
Expand All @@ -65,7 +65,7 @@ function version()
function findworkspace()
{
# default working directory and mirror
mirror=ftp://mirror.mcs.anl.gov/pub/cygwin
mirror=http://mirrors.kernel.org/sourceware/cygwin
cache=/setup

# work wherever setup worked last, if possible
Expand Down

0 comments on commit ae307ab

Please sign in to comment.