Fix enable apt-proxy.

This commit is contained in:
Cyteen May 2020-03-16 11:55:41 +00:00
parent 695ed10fd6
commit 5b468e991e
1 changed files with 2 additions and 2 deletions

View File

@ -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