Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Oct 31, 2020
1 parent bbcb91f commit 9441406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/bin/sandbox-app-launcher
Expand Up @@ -229,6 +229,7 @@ run_program() {
## Install Tor Browser.
if [ "${app_name}" = "torbrowser" ]; then
if ! [ -d "${app_homedir}/.tb" ]; then
## Use tb-starter (by Whonix developers) to install Tor Browser.
sudo -H -u "${app_user}" HOME="${app_homedir}" tb_no_start=true torbrowser
fi
bwrap_args+="--ro-bind-try /run/anon-ws-disable-stacked-tor/127.0.0.1_9150.sock /run/anon-ws-disable-stacked-tor/127.0.0.1_9150.sock "
Expand Down

0 comments on commit 9441406

Please sign in to comment.