From 9da86cf8c5bc02b463b1a82dde5b8c72e298c19b Mon Sep 17 00:00:00 2001 From: Nedyalko Andreev Date: Mon, 13 Nov 2017 14:15:32 +0200 Subject: [PATCH] Fix the Archlinux template update proxy to work for HTTPS URLs as well --- network/update-proxy-configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/update-proxy-configs b/network/update-proxy-configs index 6c5c53f..b9ffba7 100755 --- a/network/update-proxy-configs +++ b/network/update-proxy-configs @@ -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