Skip to content

Commit b8c7021

Browse files
authored
Update install.sh
1 parent 9fae8d9 commit b8c7021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ while true; do
1919
break
2020
elif
2121
[ $(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
22+
if brew install git && brew install gh && brew install curl && brew install node && brew install npm; then
2323
echo
2424
break
2525
else

0 commit comments

Comments
 (0)