Skip to content

Commit 6990535

Browse files
committed
Error to stderr
1 parent a77f445 commit 6990535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if command -v curl >/dev/null 2>&1; then
3535
elif command -v wget >/dev/null 2>&1; then
3636
wget -qO- "$DOWNLOAD_URL" | tar -xz -C "$DOWNLOAD_DIR"
3737
else
38-
echo "Error: Neither curl nor wget found. Please install one of them."
38+
echo "Error: Neither curl nor wget found. Please install one of them." >&2
3939
exit 1
4040
fi
4141

0 commit comments

Comments
 (0)