From 281d1a5776705f0f53a77d2d184e42a638a4adfc Mon Sep 17 00:00:00 2001 From: Jonas DOREL Date: Sun, 1 Dec 2019 13:41:54 +0100 Subject: [PATCH] Mention Update Proxy in configuration This makes it easier to understand why this configuration is present. --- network/update-proxy-configs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/network/update-proxy-configs b/network/update-proxy-configs index b7045f2..df00aa7 100755 --- a/network/update-proxy-configs +++ b/network/update-proxy-configs @@ -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 ### /etc/apt/apt.conf.d. +# Use Qubes Update Proxy Acquire::http::Proxy "$PROXY_ADDR"; Acquire::tor::proxy "$PROXY_ADDR"; EOF @@ -122,7 +123,9 @@ if [ -d /etc/pacman.d ]; then ### All modifications here will be lost. ### If you want to override some of this settings, create another file under ### /etc/pacman.d + [options] +# Use Qubes Update Proxy XferCommand = /usr/bin/env ALL_PROXY=$PROXY_ADDR /usr/bin/curl -C - -f -o %o %u EOF else