Skip to content

Commit 94a6589

Browse files
committed
update install.sh
1 parent 8996a2c commit 94a6589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ main() {
3232
OS=${OS:-$(os)}
3333
ARCH=${ARCH:-$(arch)}
3434
VERSION=$(echo_latest_stable_version)
35+
echo "Now install Tiron ${VERSION} to /usr/local/bin/"
3536
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
3637
}
3738

0 commit comments

Comments
 (0)