We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 081e426 + 5f6aab2 commit b5a39b2Copy full SHA for b5a39b2
1 file changed
install.sh
@@ -18,7 +18,7 @@ case "$OS" in
18
esac
19
;;
20
Windows*|MINGW*|CYGWIN*)
21
- echo "ERROR: Windows não é suportado. Use macOS ou Linux." >&2
+ echo "ERROR: Windows is not supported. Use macOS or Linux." >&2
22
exit 1
23
24
*) echo "ERROR: unsupported OS $OS" >&2; exit 1 ;;
0 commit comments