We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82308 commit 8b68c70Copy full SHA for 8b68c70
install.sh
@@ -36,7 +36,7 @@ apiPath="https://api.github.com/repos/$repo/releases/latest"
36
37
# latest version
38
echo "Get the latest version"
39
-tag=`curl --silent $apiPath | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g'
+tag=`curl --silent $apiPath | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g'`
40
echo "Latest version: $tag"
41
42
# download
0 commit comments