|
|
|
|
|
|
3
|
LATEST=https://github.com/exercism/configlet/releases/latest
|
3
|
LATEST=https://github.com/exercism/configlet/releases/latest
|
|
4
|
|
4
|
|
|
5
|
VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
|
5
|
VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
|
|
6
|
-URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-amd64.tgz
|
|
|
|
|
|
6
|
+URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-64bit.tgz
|
|
7
|
|
7
|
|
|
8
|
curl -s --location $URL | tar xz -C bin/
|
8
|
curl -s --location $URL | tar xz -C bin/
|