haveno/scripts/install_tails
XMRZombie 9a14d5552e
Update tails script to expect installer instead of archive
Update haveno-install.sh
Archive extraction bypass, also renaming the filename to package_filename trough mv for keeping install.sh stable
2025-04-21 11:11:29 -04:00
..
assets update installation process for tails 2024-09-09 07:34:39 -04:00
deprecated add deprecated tails support as backup 2024-09-23 18:56:27 -04:00
haveno-install.sh Update tails script to expect installer instead of archive 2025-04-21 11:11:29 -04:00
README.md remove '-x socks5h' and update url for tails install (#1385) 2024-11-07 05:56:24 -05:00

Install Haveno on Tails

After you already have a Tails USB:

  1. Enable persistent storage.

  2. Set up administration password.

  3. Activate dotfiles in persistent storage settings.

  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>
    

    Replace the binary zip 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
    
  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.