We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8996a2c commit 94a6589Copy full SHA for 94a6589
.github/scripts/install.sh
@@ -32,6 +32,7 @@ main() {
32
OS=${OS:-$(os)}
33
ARCH=${ARCH:-$(arch)}
34
VERSION=$(echo_latest_stable_version)
35
+ echo "Now install Tiron ${VERSION} to /usr/local/bin/"
36
curl -sL "https://github.com/lapce/tiron/releases/download/v$VERSION/tiron-${VERSION}-${OS}-${ARCH}.gz" | sudo sh -c 'gzip -d > /usr/local/bin/tiron' && sudo chmod +x /usr/local/bin/tiron
37
}
38
0 commit comments