From 83e1e56efb89f2518578cb466c7fd5d3f436b4c8 Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 18 Jul 2025 17:13:00 -0400 Subject: [PATCH] update tails readme to use installer instead of zip archive (#1869) --- scripts/install_tails/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install_tails/README.md b/scripts/install_tails/README.md index 05b6470fd8..4179194dc7 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. ``` - curl -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: + Replace the installer URL and PGP fingerprint for the network you're using. For example: ``` - 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 + 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-v1.1.2-linux-x86_64-installer.deb FAA24D878B8D36C90120A897CA02DAC12DAE2D0F ``` 5. Start Haveno by finding the icon in the launcher under **Applications > Other**.