From 57c039de88cb94968c4ae6417c4ce42ce23118ea 2016-03-01 19:56:17 From: Jan Wagner Date: 2016-03-01 19:56:17 Subject: [PATCH] another proxy fix - now even without proxy, heh --- diff --git a/rpi2-gen-image.sh b/rpi2-gen-image.sh index 6c27a4b..ff677d2 100755 --- a/rpi2-gen-image.sh +++ b/rpi2-gen-image.sh @@ -179,11 +179,6 @@ if [ "$ENABLE_XORG" = true ] ; then APT_INCLUDES="${APT_INCLUDES},xorg" fi -# Set empty proxy string -if [ -z "$APT_PROXY" ] ; then - APT_PROXY="http://" -fi - # Base debootstrap (unpack only) if [ "$ENABLE_MINBASE" = true ] ; then http_proxy=${APT_PROXY} debootstrap --arch=armhf --variant=minbase --foreign --include=${APT_INCLUDES} $RELEASE $R http://${APT_SERVER}/debian