2024-09-09 11:34:39 +00:00
# Install Haveno on Tails
2024-06-23 17:44:42 +00:00
2024-10-24 16:15:06 +00:00
After you already have a [Tails USB ](https://tails.net/install/linux/index.en.html#download ):
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.
2024-11-07 10:56:24 +00:00
4. Execute the following command in the terminal to download and execute the installation script.
2024-06-23 17:44:42 +00:00
2024-09-09 13:13:47 +00:00
```
2024-11-07 10:56:24 +00:00
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 >
2024-09-09 13:13:47 +00:00
```
2024-10-06 12:55:12 +00:00
Replace the binary zip URL and PGP fingerprint for the network you're using. For example:
2024-09-09 11:34:39 +00:00
```
2024-11-07 10:56:24 +00:00
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
2024-09-09 11:34:39 +00:00
```
2024-11-07 10:56:24 +00:00
5. Start Haveno by finding the icon in the launcher under **Applications > Other** .
2024-09-12 13:28:20 +00:00
> [!note]
2024-10-06 12:55:12 +00:00
> 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.