Downloading Debian CD images with jigdo ... At the bottom of this screen is an error that supposidly is comment & an explanation is given. I have another situation I think should be listed as fairly common.
I needed to use an http proxy so I modified jigdo-easy.sh as such: #! /bin/sh # jigdo-easy: highly portable textmode full-screen menu-driven jigdo client # Copyright 2001-2002 Richard Atterer, J.A. Bezemer # License: GPL version 2 # NOTE: This code was tested on a multitude of systems, including many ancient # ones. Be sure to re-test if you make any change, however small it may seem. # use an http proxy, comment out if not export http_proxy=http://proxy.goes.here.com:8088/ # Some defaults Perhaps a line such as this could be in the script for download and a note could be mentioned on the webpage to change the line if needed. The variable is used by 'wget'. Travis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

