From 015289064dc3520582a24534ea810f1808ab4a1f 2016-03-03 07:29:52 From: drtyhlpr Date: 2016-03-03 07:29:52 Subject: [PATCH] Merge pull request #24 from daniell1/bugFix Fixes issue Apt Proxy #22 --- 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