We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383a4dc commit 1767d69Copy full SHA for 1767d69
1 file changed
install-cli.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-set -u
+set -eu
3
4
# This script downloads the OS- and architecture-specific Kosli CLI binary,
5
# extracts it, and moves the executable to a directory in your PATH.
@@ -111,4 +111,5 @@ done
111
echo ""
112
echo "Error: Could not install Kosli CLI."
113
echo "Please move the '$FILE_NAME' executable manually to a directory in your \$PATH."
114
+echo "For example, you can run: sudo mv \"$FILE_NAME\" /usr/local/bin/"
115
exit 1
0 commit comments