Skip to content

Instantly share code, notes, and snippets.

@lontivero
Last active February 5, 2019 14:04
Show Gist options
  • Save lontivero/3869b1eebb458fdc2d3fe078d829aaa3 to your computer and use it in GitHub Desktop.
Save lontivero/3869b1eebb458fdc2d3fe078d829aaa3 to your computer and use it in GitHub Desktop.
Wasabi Wallet Installer Script v1.0
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