Fix enable apt-proxy.
This commit is contained in:
parent
695ed10fd6
commit
5b468e991e
|
|
@ -506,8 +506,8 @@ enable_apt-proxy() {
|
||||||
cat << EOF | sudo tee ${strapdir}/addproxy
|
cat << EOF | sudo tee ${strapdir}/addproxy
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cat > /etc/apt/apt.conf.d/02proxy' << 'FOE'
|
cat > /etc/apt/apt.conf.d/02proxy << 'FOE'
|
||||||
Acquire::http { Proxy \"${apt_proxy}\"; };
|
Acquire::http { Proxy "${apt_proxy}"; };
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue