Last active
February 5, 2019 14:04
-
-
Save lontivero/3869b1eebb458fdc2d3fe078d829aaa3 to your computer and use it in GitHub Desktop.
Wasabi Wallet Installer Script v1.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -e | |
wget https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.0/WasabiLinux-1.1.0.tar.gz{,.asc} | |
gpg --keyserver pgp.mit.edu --recv-keys B4B72266C47E075E | |
gpg --verify WasabiLinux-1.1.0.tar.gz{.asc,} | |
tar -xf WasabiLinux-1.1.0.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment