From 7f4307611e98925025b9ed5164e92f05b58b10e7 Mon Sep 17 00:00:00 2001 From: Gordon Hall Date: Mon, 9 Jun 2014 21:06:30 -0400 Subject: [PATCH] update linux install scripts --- shell/assets/linux/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/assets/linux/install.sh b/shell/assets/linux/install.sh index a32b88810..994322947 100755 --- a/shell/assets/linux/install.sh +++ b/shell/assets/linux/install.sh @@ -1,7 +1,7 @@ #!/bin/bash cd /tmp # download pre-built pacakge to tmp -wget https://github.com/bitpay/copay/releases/download/v0.1.0/Copay-linux-x64.tar.gz +wget https://github.com/bitpay/copay/releases/download/v0.1.1/Copay-linux-x64.tar.gz # extract archive tar -xvf /tmp/Copay-linux-x64.tar.gz # move the package to opt @@ -10,4 +10,4 @@ mv /tmp/Copay /opt/Copay ln -s /opt/Copay/copay /usr/local/bin/copay cd /usr/share/applications # download desktop entry -wget https://raw.githubusercontent.com/bitpay/copay-shell/master/assets/linux/Copay.desktop +wget https://raw.githubusercontent.com/bitpay/copay/master/shell/assets/linux/Copay.desktop