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
|
||||
#!/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
|
||||
|
|
|
|||
Loading…
Reference in New Issue