From 57c039de88cb94968c4ae6417c4ce42ce23118ea Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 1 Mar 2016 20:56:17 +0100 Subject: another proxy fix - now even without proxy, heh --- rpi2-gen-image.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rpi2-gen-image.sh') 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 -- cgit v1.2.3