This commit is contained in:
anarsec 2023-06-29 23:46:55 +00:00
parent a53080bfc5
commit a535ea6969
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

View file

@ -155,7 +155,7 @@ Signal Desktop on Whonix is not guaranteed to have Tor Stream Isolation from oth
* Run the commands in the [Signal install guide](https://www.signal.org/download/linux/) to install Signal Desktop in the Template.
* Note that the layout of the Signal install guide is a bit confusing for users unfamiliar with the command line; `wget` and `cat` are separate commands, but `echo` in #2 is one command that is so long it takes two lines (which is why the second line is indented).
* Template qubes require a proxy for `wget`. Before running the command, create a configuration file at `~/.wgetrc` in the Template, with the contents:
```
```bash
use_proxy = on
http_proxy = 127.0.0.1:8082
https_proxy = 127.0.0.1:8082