yundantianchang / apt-cyg

Automatically exported from code.google.com/p/apt-cyg
MIT License
0 stars 0 forks source link

repo /x86/ subdir is not taken for first setup dowload #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On fresh install, apt-cyg will try to dl setup.bz2 from 
//mirror.mcs.anl.gov/pub/cygwin/setup.bz2 instead of 
//mirror.mcs.anl.gov/pub/cygwin/x86/setup.bz2

easy fix: on line 98, replace
CODE wget -N $mirror/setup.bz2
by
CODE wget -N $mirror/x86/setup.bz2

What version of the product are you using? On what operating system?
Win 7 x86

Original issue reported on code.google.com by aldian...@gmail.com on 9 Jan 2014 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by i...@skl.me on 17 Feb 2014 at 8:59