Skip to content

Commit

Permalink
tb-updater Qubes R4 qrexec based updates proxy compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Oct 20, 2017
1 parent b999e65 commit 1ce837d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion usr/bin/update-torbrowser
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,10 @@ tb_preparation() {
[ -n "$SOCKS_PORT_TBB_DOWNLOAD" ] || SOCKS_PORT_TBB_DOWNLOAD="9115"
if [ "$qubes_vm_type" = "TemplateVM" ]; then
## Use Qubes updates proxy.
[ -n "$CURL_PROXY" ] || CURL_PROXY="--proxy http://10.137.255.254:8082"
if [ "$CURL_PROXY" = "" ]; then
source /usr/lib/qubes-whonix/utility_functions.sh
CURL_PROXY="--proxy $PROXY_SERVER"
fi
else
if [ "$socks_user_name" = "" ]; then
local uuid_temp
Expand Down

0 comments on commit 1ce837d

Please sign in to comment.