From f788d04d5ba6babbefbe79b5abcb3d3d533eab73 Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 4 Nov 2024 06:57:09 -0500 Subject: [PATCH] remove '-x socks5h' from tails script --- scripts/install_tails/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_tails/README.md b/scripts/install_tails/README.md index 184f31a1..571f0af5 100644 --- a/scripts/install_tails/README.md +++ b/scripts/install_tails/README.md @@ -8,13 +8,13 @@ After you already have a [Tails USB](https://tails.net/install/linux/index.en.ht 4. Execute the following command in the terminal to download and execute the installation script. Enter the administration password when requested. ``` - curl -x socks5h://127.0.0.1:9050 -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh + curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh ``` Replace the binary zip URL and PGP fingerprint for the network you're using. For example: ``` - curl -x socks5h://127.0.0.1:9050 -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh https://github.com/havenoexample/haveno-example/releases/download/v1.0.12/haveno-linux-deb.zip FAA24D878B8D36C90120A897CA02DAC12DAE2D0F + curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh https://github.com/havenoexample/haveno-example/releases/download/v1.0.12/haveno-linux-deb.zip FAA24D878B8D36C90120A897CA02DAC12DAE2D0F ``` 4. Start Haveno by finding the icon in the launcher under **Applications > Other**.