mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 11:39:29 +00:00
update tails instructions from gr8ful4
Some checks are pending
Some checks are pending
This commit is contained in:
parent
e0244a51dc
commit
3520694251
1 changed files with 9 additions and 8 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Install Haveno on Tails
|
# Install Haveno on Tails
|
||||||
|
|
||||||
Install Haveno on Tails by following these steps:
|
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.
|
||||||
|
4. Execute the following command in the terminal to download and execute the installation script. Enter the administration password when requested.
|
||||||
|
|
||||||
1. Enable persistent storage dotfiles and admin password before starting Tails.
|
|
||||||
2. Execute a one-line installation command to download and install Haveno:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
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 "<REPLACE_WITH_BINARY_ZIP_URL>" "<REPLACE_WITH_PGP_FINGERPRINT>"
|
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 <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:
|
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" "FAA2 4D87 8B8D 36C9 0120 A897 CA02 DAC1 2DAE 2D0F"
|
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
|
||||||
```
|
```
|
||||||
|
4. Start Haveno by finding the icon in the launcher under **Applications > Other**.
|
||||||
3. Upon successful execution of the script (no errors), the Haveno release will be installed to persistent storage and can be launched via the desktop shortcut in the 'Other' section of the start menu.
|
|
||||||
|
|
||||||
> [!note]
|
> [!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.
|
> 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.
|
Loading…
Reference in a new issue