Merge remote-tracking branch 'qubesos/pr/69'

* qubesos/pr/69:
  Fix the Archlinux template update proxy to work for HTTPS URLs as well
This commit is contained in:
Marek Marczykowski-Górecki 2017-11-20 01:56:35 +01:00
commit 9293da7329
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -122,7 +122,7 @@ if [ -d /etc/pacman.d ]; then
### If you want to override some of this settings, create another file under
### /etc/pacman.d
[options]
XferCommand = http_proxy=$PROXY_ADDR /usr/bin/curl -C - -f %u > %o
XferCommand = ALL_PROXY=$PROXY_ADDR /usr/bin/curl -C - -f %u > %o
EOF
else
rm -r /etc/pacman.d/01-qubes-proxy.conf