Skip to content

Commit

Permalink
Update script with last release
Browse files Browse the repository at this point in the history
Former-commit-id: 49dc4ea
  • Loading branch information
edipox committed Nov 14, 2016
1 parent 9adaace commit 5f6e325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f6e325

Please sign in to comment.