From 58b5b21750893806fb85b79e12e6b0227affbc56 Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:10:20 +0200 Subject: [PATCH] update tarball package command to contain linux-x64 --- docs/FAQ/FAQ-Installation.md | 4 ++-- docs/using-wasabi/InstallPackage.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/FAQ/FAQ-Installation.md b/docs/FAQ/FAQ-Installation.md index 0d24d63c5c..cc1831bd80 100644 --- a/docs/FAQ/FAQ-Installation.md +++ b/docs/FAQ/FAQ-Installation.md @@ -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? diff --git a/docs/using-wasabi/InstallPackage.md b/docs/using-wasabi/InstallPackage.md index 0394b274e5..fc4be927d8 100644 --- a/docs/using-wasabi/InstallPackage.md +++ b/docs/using-wasabi/InstallPackage.md @@ -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. @@ -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`.