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 a77f445 commit 6990535Copy full SHA for 6990535
install.sh
@@ -35,7 +35,7 @@ if command -v curl >/dev/null 2>&1; then
35
elif command -v wget >/dev/null 2>&1; then
36
wget -qO- "$DOWNLOAD_URL" | tar -xz -C "$DOWNLOAD_DIR"
37
else
38
- echo "Error: Neither curl nor wget found. Please install one of them."
+ echo "Error: Neither curl nor wget found. Please install one of them." >&2
39
exit 1
40
fi
41
0 commit comments