##// END OF EJS Templates
another proxy fix - now even without proxy, heh
Jan Wagner -
r34:57c039de88cb
parent child
Show More
@@ -179,11 +179,6 if [ "$ENABLE_XORG" = true ] ; then
179 APT_INCLUDES="${APT_INCLUDES},xorg"
179 APT_INCLUDES="${APT_INCLUDES},xorg"
180 fi
180 fi
181
181
182 # Set empty proxy string
183 if [ -z "$APT_PROXY" ] ; then
184 APT_PROXY="http://"
185 fi
186
187 # Base debootstrap (unpack only)
182 # Base debootstrap (unpack only)
188 if [ "$ENABLE_MINBASE" = true ] ; then
183 if [ "$ENABLE_MINBASE" = true ] ; then
189 http_proxy=${APT_PROXY} debootstrap --arch=armhf --variant=minbase --foreign --include=${APT_INCLUDES} $RELEASE $R http://${APT_SERVER}/debian
184 http_proxy=${APT_PROXY} debootstrap --arch=armhf --variant=minbase --foreign --include=${APT_INCLUDES} $RELEASE $R http://${APT_SERVER}/debian
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant