aboutsummaryrefslogtreecommitdiff
path: root/rpi2-gen-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rpi2-gen-image.sh')
-rwxr-xr-xrpi2-gen-image.sh5
1 files changed, 0 insertions, 5 deletions
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