ソースを参照

Fix the Archlinux template update proxy to work for HTTPS URLs as well

Nedyalko Andreev 6 年 前
コミット
9da86cf8c5
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