Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc authored Jan 6, 2024
1 parent 2bb0160 commit 7027c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require-sudo() {
}

check-or-install-xcode() {
if ! /usr/bin/xcodebuild -version; then
if ! xcode-select --print-path &> /dev/null; then
# Install XCode Command Line Tools.
xcode-select --install &> /dev/null

Expand Down

0 comments on commit 7027c27

Please sign in to comment.