瀏覽代碼

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

* qubesos/pr/69:
  Fix the Archlinux template update proxy to work for HTTPS URLs as well
Marek Marczykowski-Górecki 6 年之前
父節點
當前提交
9293da7329
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      network/update-proxy-configs

+ 1 - 1
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