From 5b468e991e2500d09bf121d945b0b41b0cc0ac4a Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Mon, 16 Mar 2020 11:55:41 +0000 Subject: [PATCH] Fix enable apt-proxy. --- devuan-beowulf-live-e17.blend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devuan-beowulf-live-e17.blend b/devuan-beowulf-live-e17.blend index 4661e6c..ab89517 100644 --- a/devuan-beowulf-live-e17.blend +++ b/devuan-beowulf-live-e17.blend @@ -506,8 +506,8 @@ enable_apt-proxy() { cat << EOF | sudo tee ${strapdir}/addproxy #!/bin/sh -cat > /etc/apt/apt.conf.d/02proxy' << 'FOE' -Acquire::http { Proxy \"${apt_proxy}\"; }; +cat > /etc/apt/apt.conf.d/02proxy << 'FOE' +Acquire::http { Proxy "${apt_proxy}"; }; FOE EOF