update linux install scripts

This commit is contained in:
Gordon Hall 2014-06-09 21:06:30 -04:00
parent 8743d62800
commit 7f4307611e
1 changed files with 2 additions and 2 deletions

View File

@ -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