Fix the Archlinux template update proxy to work for HTTPS URLs as well
This commit is contained in:
parent
28be709238
commit
9da86cf8c5
@ -122,7 +122,7 @@ if [ -d /etc/pacman.d ]; then
|
|||||||
### If you want to override some of this settings, create another file under
|
### If you want to override some of this settings, create another file under
|
||||||
### /etc/pacman.d
|
### /etc/pacman.d
|
||||||
[options]
|
[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
|
EOF
|
||||||
else
|
else
|
||||||
rm -r /etc/pacman.d/01-qubes-proxy.conf
|
rm -r /etc/pacman.d/01-qubes-proxy.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user