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 9fae8d9 commit b8c7021Copy full SHA for b8c7021
install.sh
@@ -19,7 +19,7 @@ while true; do
19
break
20
elif
21
[ $(uname -s) == Darwin ]; then
22
- if brew update && brew upgrade && brew install git && brew install gh && brew install curl && brew install node && brew install npm; then
+ if brew install git && brew install gh && brew install curl && brew install node && brew install npm; then
23
echo
24
25
else
0 commit comments