Skip to content

Commit 83e1e56

Browse files
authored
update tails readme to use installer instead of zip archive (#1869)
1 parent 922fb6d commit 83e1e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install_tails/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ After you already have a [Tails USB](https://tails.net/install/linux/index.en.ht
88
4. Execute the following command in the terminal to download and execute the installation script.
99

1010
```
11-
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>
11+
curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh && bash haveno-install.sh <REPLACE_WITH_INSTALLER_URL> <REPLACE_WITH_PGP_FINGERPRINT>
1212
```
1313
14-
Replace the binary zip URL and PGP fingerprint for the network you're using. For example:
14+
Replace the installer URL and PGP fingerprint for the network you're using. For example:
1515
1616
```
17-
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
17+
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-v1.1.2-linux-x86_64-installer.deb FAA24D878B8D36C90120A897CA02DAC12DAE2D0F
1818
```
1919
5. Start Haveno by finding the icon in the launcher under **Applications > Other**.
2020

0 commit comments

Comments
 (0)