From b0fc86431343a91392608fbd573a34f96ff3b4d1 Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 7 Nov 2024 05:56:24 -0500 Subject: [PATCH] remove '-x socks5h' and update url for tails install (#1385) Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com> --- scripts/install_tails/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install_tails/README.md b/scripts/install_tails/README.md index 184f31a1..05b6470f 100644 --- a/scripts/install_tails/README.md +++ b/scripts/install_tails/README.md @@ -5,18 +5,18 @@ After you already have a [Tails USB](https://tails.net/install/linux/index.en.ht 1. Enable [persistent storage](https://tails.net/doc/persistent_storage/index.en.html). 2. Set up [administration password](https://tails.net/doc/first_steps/welcome_screen/administration_password/). 3. Activate dotfiles in persistent storage settings. -4. Execute the following command in the terminal to download and execute the installation script. Enter the administration password when requested. +4. Execute the following command in the terminal to download and execute the installation script. ``` - 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/latest/download/haveno-linux-deb.zip FAA24D878B8D36C90120A897CA02DAC12DAE2D0F ``` -4. Start Haveno by finding the icon in the launcher under **Applications > Other**. +5. Start Haveno by finding the icon in the launcher under **Applications > Other**. > [!note] > If you have already installed Haveno on Tails, we recommend moving your data directory (/home/amnesia/Persistent/Haveno-example) to the new default location (/home/amnesia/Persistent/haveno/Data/Haveno-example), to retain your history and for future support. \ No newline at end of file