Skip to content

Commit

Permalink
Replace travis script to fetch configlet
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Nov 14, 2014
1 parent 5e7ce7b commit 2bc8442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fetch-configlet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
LATEST=https://github.com/exercism/configlet/releases/latest

VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-amd64.tgz
URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-64bit.tgz

curl -s --location $URL | tar xz -C bin/

0 comments on commit 2bc8442

Please sign in to comment.