From 5f6e325045c9d7c2c49167785da551e60110263f Mon Sep 17 00:00:00 2001 From: Edipo Vinicius da Silva Date: Mon, 14 Nov 2016 00:04:59 -0300 Subject: [PATCH] Update script with last release Former-commit-id: 49dc4eabeaab237592f24e5c8807e8d5f79a2a02 --- bin/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index eee981a..ac04f74 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -22,9 +22,9 @@ if [[ $EUID -ne 0 ]]; then fi if [ $KERNEL = 'Linux' ] && [ $ARCH = 'x86_64' ]; then - URL='https://github.com/edipox/wunderlistux/archive/0.0.7-linux-x64.tar.gz' + URL='https://github.com/edipox/wunderlistux/archive/0.0.6-linux-x64.tar.gz' else - URL='https://github.com/edipox/wunderlistux/archive/0.0.7-linux-ia32.tar.gz' + URL='https://github.com/edipox/wunderlistux/archive/0.0.6-linux-ia32.tar.gz' fi # download builded application and extract in /opt directory