Merge branch 'awokd-patch-1'

This commit is contained in:
Andrew David Wong 2018-04-04 00:13:15 -05:00
commit 45de734ee4
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17
2 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,8 @@ WHONIX_ENABLE_TOR ?= 0
WHONIX_TBB_VERSION ?= 7.5.2
```
You can add/edit the `WHONIX_TBB_VERSION` variable in `~/qubes-builder/builder.conf` instead of this file if preferred.
Finally, use:
~~~

View File

@ -94,6 +94,9 @@ make install-deps
make get-sources
~~~
When building the Whonix templates, you will often need to add/update the `WHONIX_TBB_VERSION` variable at this stage to specify the currently shipping Tor Browser version.
See the related note under [Extra Whonix Build Options](/doc/building-whonix-template/).
Finally, if you are making a test build, use:
~~~
@ -165,6 +168,9 @@ make get-sources
unset GNUPGHOME
~~~
When building the Whonix templates, you will often need to add/update the `WHONIX_TBB_VERSION` variable at this stage to specify the currently shipping Tor Browser version.
See the related note under [Extra Whonix Build Options](/doc/building-whonix-template/).
Finally, if you are making a test build, use:
~~~