Skip to content

Commit

Permalink
Updated Linux install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Cozic committed Feb 19, 2014
1 parent a127c9e commit 260f756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.linux-amd64.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ -f "massren.linux-amd64.tar.gz" ]; then mv -f "massren.linux-amd64.tar.gz" "massren.linux-amd64.tar.gz.old" ; fi
wget "https://github.com/laurent22/massren/releases/download/v1.0.1/massren.linux-amd64.tar.gz"
wget "https://github.com/laurent22/massren/releases/download/v1.1.0/massren.linux-amd64.tar.gz"
tar xvzf massren.linux-amd64.tar.gz
chmod 755 massren
mv massren /usr/bin

0 comments on commit 260f756

Please sign in to comment.