debian: fix proxy setup
This commit is contained in:
parent
20a2cfbce7
commit
15f3a1b8d0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if [ -f /var/run/qubes-service/yum-proxy-setup -o -f /var/run/qubes-service/updates-proxy-setup ]; then
|
if [ -f /var/run/qubes-service/yum-proxy-setup -o -f /var/run/qubes-service/updates-proxy-setup ]; then
|
||||||
if [ -d /etc/apt/apt.conf.d ]; then
|
if [ -d /etc/apt/apt.conf.d ]; then
|
||||||
echo 'Acquire::http::Proxy "http://10.137.255.254:8082/;"' >> /etc/apt/apt.conf.d/01qubes-proxy
|
echo 'Acquire::http::Proxy "http://10.137.255.254:8082/";' >> /etc/apt/apt.conf.d/01qubes-proxy
|
||||||
fi
|
fi
|
||||||
if [ -d /etc/yum.conf.d ]; then
|
if [ -d /etc/yum.conf.d ]; then
|
||||||
echo proxy=http://10.137.255.254:8082/ > /etc/yum.conf.d/qubes-proxy.conf
|
echo proxy=http://10.137.255.254:8082/ > /etc/yum.conf.d/qubes-proxy.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user