Skip to content

Commit 702932d

Browse files
Fix: use en-US for install error message
Replaces Portuguese message in install.sh with English (en-US).
1 parent a405171 commit 702932d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ case "$OS" in
1818
esac
1919
;;
2020
Windows*|MINGW*|CYGWIN*)
21-
echo "ERROR: Windows não é suportado. Use macOS ou Linux." >&2
21+
echo "ERROR: Windows is not supported. Use macOS or Linux." >&2
2222
exit 1
2323
;;
2424
*) echo "ERROR: unsupported OS $OS" >&2; exit 1 ;;

0 commit comments

Comments
 (0)