From d30f263903a63b2a7d1970acdd3cc220b03c6063 2016-03-02 23:40:03 From: Daniell Date: 2016-03-02 23:40:03 Subject: [PATCH] Fixes issue Apt Proxy #22 Added ; in line 206 --- diff --git a/rpi2-gen-image.sh b/rpi2-gen-image.sh index ff677d2..b5170d5 100755 --- a/rpi2-gen-image.sh +++ b/rpi2-gen-image.sh @@ -203,7 +203,7 @@ mount --bind /dev/pts $R/dev/pts # Use proxy inside chroot if [ -z "$APT_PROXY" ] ; then - echo "Acquire::http::Proxy \"$APT_PROXY\"" >> $R/etc/apt/apt.conf.d/10proxy + echo "Acquire::http::Proxy \"$APT_PROXY\";" >> $R/etc/apt/apt.conf.d/10proxy fi # Pin package flash-kernel to repositories.collabora.co.uk