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.
2 parents 8481ec7 + 9db691a commit ea2e281Copy full SHA for ea2e281
install.sh
@@ -21,8 +21,7 @@ while true; do
21
echo
22
break
23
24
- elif
25
- [[ $system == "Darwin" ]]; then
+ elif [[ $system == "Darwin" ]]; then
26
if brew update && brew upgrade && brew install git && brew install gh && brew install curl && brew install node && brew install npm; then
27
28
@@ -32,9 +31,8 @@ while true; do
32
31
33
34
35
- elif [[ $system == "CYGWIN" || "$(uname)" ==* ]]; then
+ elif [[ $system == "CYGWIN" || "$(uname)" == * ]]; then
36
echo "CYGWIN is not yet supported"
37
- else
38
exit
39
fi
40
0 commit comments