mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-12-04 17:03:32 +01:00
update tails installation script as one-liner (#1312)
This commit is contained in:
parent
dbc841979b
commit
e25d3fb52e
@ -3,28 +3,19 @@
|
||||
Install Haveno on Tails by following these steps:
|
||||
|
||||
1. Enable persistent storage dotfiles and admin password before starting Tails.
|
||||
2. Download [haveno-install.sh](haveno-install.sh):
|
||||
2. Execute a one-line installation command to download and install Haveno:
|
||||
|
||||
```
|
||||
curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh
|
||||
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>"
|
||||
```
|
||||
|
||||
3. Execute installation script:
|
||||
Replace the binary zip URL and PGP fingerprint for the network you're using. For example:
|
||||
|
||||
```
|
||||
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 "https://github.com/havenoexample/haveno-example/releases/download/v1.0.11/haveno_amd64_deb-latest.zip" "FAA2 4D87 8B8D 36C9 0120 A897 CA02 DAC1 2DAE 2D0F"
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
```
|
||||
bash haveno-install.sh "https://github.com/havenoexample/haveno-example/releases/download/v1.0.11/haveno_amd64_deb-latest.zip" "FAA2 4D87 8B8D 36C9 0120 A897 CA02 DAC1 2DAE 2D0F"
|
||||
```
|
||||
|
||||
4. 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.
|
||||
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]
|
||||
> 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.
|
||||
|
||||
> [!note]
|
||||
> Modern versions of Tails will invoke `curl` over Tor, but if your installation does not, then you can add `--socks5-hostname 127.0.0.1:9050` when invoking the install script.
|
||||
> 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 New Issue
Block a user