Mention Update Proxy in configuration

This makes it easier to understand why this configuration is present.
This commit is contained in:
Jonas DOREL 2019-12-01 13:41:54 +01:00 committed by GitHub
parent a279b08e3f
commit 281d1a5776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ if [ -d /etc/apt/apt.conf.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/apt/apt.conf.d. ### /etc/apt/apt.conf.d.
# Use Qubes Update Proxy
Acquire::http::Proxy "$PROXY_ADDR"; Acquire::http::Proxy "$PROXY_ADDR";
Acquire::tor::proxy "$PROXY_ADDR"; Acquire::tor::proxy "$PROXY_ADDR";
EOF EOF
@ -122,7 +123,9 @@ if [ -d /etc/pacman.d ]; then
### All modifications here will be lost. ### All modifications here will be lost.
### 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]
# Use Qubes Update Proxy
XferCommand = /usr/bin/env ALL_PROXY=$PROXY_ADDR /usr/bin/curl -C - -f -o %o %u XferCommand = /usr/bin/env ALL_PROXY=$PROXY_ADDR /usr/bin/curl -C - -f -o %o %u
EOF EOF
else else