mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
clean compression method that was duplicated to downloda the same file twice
This commit is contained in:
parent
e6272cd34f
commit
8f55ff7e7b
1 changed files with 2 additions and 3 deletions
|
|
@ -164,11 +164,10 @@ Import the maintainer PGP public key (Fingerperint: *E946 1833 4C67 4B40*:
|
||||||
curl -sS https://keybase.io/craigraw/pgp_keys.asc | gpg --import
|
curl -sS https://keybase.io/craigraw/pgp_keys.asc | gpg --import
|
||||||
```
|
```
|
||||||
|
|
||||||
Download the binaries, manifest and signed manifest that are available on the [releases page](https://github.com/sparrowwallet/sparrow/releases) (will download in the `/tmp` folder):
|
Download the manifest and signed manifest that are available on the [releases page](https://github.com/sparrowwallet/sparrow/releases) (will download to the `/tmp` folder):
|
||||||
```shell
|
```shell
|
||||||
wget -q --show-progress -P /tmp/ https://github.com/sparrowwallet/sparrow/releases/download/"${GIT_TAG}"/sparrow-"${GIT_TAG}"-manifest.txt
|
wget -q --show-progress -P /tmp/ https://github.com/sparrowwallet/sparrow/releases/download/"${GIT_TAG}"/sparrow-"${GIT_TAG}"-manifest.txt
|
||||||
wget -q --show-progress -P /tmp/ https://github.com/sparrowwallet/sparrow/releases/download/"${GIT_TAG}"/sparrow-"${GIT_TAG}"-manifest.txt.asc
|
wget -q --show-progress -P /tmp/ https://github.com/sparrowwallet/sparrow/releases/download/"${GIT_TAG}"/sparrow-"${GIT_TAG}"-manifest.txt.asc
|
||||||
wget -q --show-progress -P /tmp/ https://github.com/sparrowwallet/sparrow/releases/download/"${GIT_TAG}"/sparrow-"${GIT_TAG}".tar.gz
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Download the compressed binaries [tar.gz|zip]:
|
Download the compressed binaries [tar.gz|zip]:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue