Skip to content

Commit

Permalink
update tarball package command to contain linux-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnixCroes committed Sep 23, 2024
1 parent fc9b203 commit 58b5b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/FAQ/FAQ-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Check out the main documentation for a [step-by-step guide](/using-wasabi/Instal

![Download Wasabi Wallet for Linux](/DownloadTar.png "Download Wasabi Wallet for Linux")

Verify the signature of the package with `gpg --verify Wasabi-${currentVersion}.tar.gz.asc Wasabi-${currentVersion}.tar.gz` and ensure that the software was signed by zkSNACKs' PGP public key [${zksnacksPublicKeyFingerprint}](https://github.com/WalletWasabi/WalletWasabi/blob/master/PGP.txt).
Now install Wasabi with `sudo tar -pxzf Wasabi-${currentVersion}.tar.gz`, and run it with `./wassabee`.
Verify the signature of the package with `gpg --verify Wasabi-${currentVersion}-linux-x64.tar.gz.asc Wasabi-${currentVersion}-linux-x64.tar.gz` and ensure that the software was signed by zkSNACKs' PGP public key [${zksnacksPublicKeyFingerprint}](https://github.com/WalletWasabi/WalletWasabi/blob/master/PGP.txt).
Now install Wasabi with `sudo tar -pxzf Wasabi-${currentVersion}-linux-x64.tar.gz`, and run it with `./wassabee`.
Check out the main documentation for a [step-by-step guide](/using-wasabi/InstallPackage.md#other-linux).

### How do I install Wasabi on Windows?
Expand Down
4 changes: 2 additions & 2 deletions docs/using-wasabi/InstallPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ If you have already imported zkSNACKs' PGP public key, then jump to step 2.

![Download Wasabi Wallet for Linux](/DownloadTar.png "Download Wasabi Wallet for Linux")

3. In the Download folder, run `gpg --verify Wasabi-${currentVersion}.tar.gz.asc Wasabi-${currentVersion}.tar.gz`.
3. In the Download folder, run `gpg --verify Wasabi-${currentVersion}-linux-x64.tar.gz.asc Wasabi-${currentVersion}-linux-x64.tar.gz`.

If the message returned says `Good signature from zkSNACKs` and that it was signed with `Primary key fingerprint: ${zksnacksPublicKeyFingerprint}`, then the software was not tampered with since the developer signed it.

Expand All @@ -101,7 +101,7 @@ If you have already imported zkSNACKs' PGP public key, then jump to step 2.
You can ignore this, but if you want to fully verify your download, you need to ask people you trust to confirm that the key fingerprint belongs to zkSNACKs.
:::

4. Extract the archive while keeping the file permissions: `tar -pxzf Wasabi-${currentVersion}.tar.gz`.
4. Extract the archive while keeping the file permissions: `tar -pxzf Wasabi-${currentVersion}-linux-x64.tar.gz`.

5. Run Wasabi by executing `./wassabee`.

Expand Down

0 comments on commit 58b5b21

Please sign in to comment.