Skip to content

Commit 079154e

Browse files
committed
reverted to old mac implementation
1 parent b8c7021 commit 079154e

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 install git && brew install gh && brew install curl && brew install node && brew install npm; then
22+
if brew update && brew upgrade && 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)