From c7d6ba61c47c76757bf5179a6bffe27d6795d78f Mon Sep 17 00:00:00 2001 From: FireMartZ Date: Mon, 8 Oct 2018 11:21:29 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 56130f55f..fc75e32a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,8 +6,8 @@ This method can be used to install release packages: ```sh cd ~ -sudo wget https://github.com/MyHush/hush/releases/download/v2.0.0/hush-2.0.0-bc73961-amd64.deb -sudo dpkg -i hush-2.0.0-bc73961-amd64.deb +sudo wget https://github.com/MyHush/hush/releases/download/v2.0.0/hush-2.0.0-b4f1a4ce-amd64.deb +sudo dpkg -i hush-2.0.0-b4f1a4ce-amd64.deb ``` To install Hush from source, read on.