update tails readme to use installer instead of zip archive (#1869)

This commit is contained in:
woodser 2025-07-18 17:13:00 -04:00 committed by GitHub
parent 922fb6df24
commit 83e1e56efb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <REPLACE_WITH_BINARY_ZIP_URL> <REPLACE_WITH_PGP_FINGERPRINT>
curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh <REPLACE_WITH_INSTALLER_URL> <REPLACE_WITH_PGP_FINGERPRINT>
```
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**.