mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
add curl command for tails install script
This commit is contained in:
parent
6d1f1e43d6
commit
86b3b1045e
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@
|
||||||
Install Haveno on Tails by following these steps:
|
Install Haveno on Tails by following these steps:
|
||||||
|
|
||||||
1. Enable persistent storage dotfiles and admin password before starting tails.
|
1. Enable persistent storage dotfiles and admin password before starting tails.
|
||||||
2. Download [haveno-install.sh](haveno-install.sh).
|
2. Download [haveno-install.sh](haveno-install.sh):
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh
|
||||||
|
```
|
||||||
|
|
||||||
3. Execute installation script:
|
3. Execute installation script:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue