Skip to content

Commit

Permalink
Merge branch 'master' of github.com:angelbarrera91/hasselhoffme
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed May 7, 2018
2 parents ff3009b + 43d057f commit 27f13a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hasselhoff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ case "${platform}" in
esac
echo ${machine}

VERSION="0.0.2"
VERSION="0.0.4"
AMD64_URL="https://github.com/angelbarrera92/hasselhoffme/releases/download/${VERSION}/hasselhoffme_${VERSION}_${machine}_amd64.tar.gz"
BINDIR="/tmp/david"
mkdir -m a=rwx -p $BINDIR
cd $BINDIR && curl -s -L $AMD64_URL | tar xz
$BINDIR/hasselhoffme
$BINDIR/hasselhoffme

0 comments on commit 27f13a5

Please sign in to comment.