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