yundantianchang / apt-cyg

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

/etc/setup/last-mirror should support last-mirrors. #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to augment apt-cyg such that cygwin and cygwinports could be 
supported simultaneously.

mirror="`head -1 /etc/setup/last-mirror`"
to
declare -a mirrors=$(cat /etc/setup/last-mirrors)

Then proceed with wrapping the following functions in the appropriate for-loops:

findworkspace()
getsetup()
install()

Have you any objection, or might this already be underway?

Original issue reported on code.google.com by msher...@marsys-llc.com on 12 Sep 2014 at 11:45