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 b406b87 commit 4eeffc2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ require-sudo() {
fi
}

check-or-install-xcode() {
check-xcode() {
if ! /usr/bin/xcodebuild -version; then
xcode-select --install && echo "Successfully installed xcode"
else
error "Xcode not installed"
error "Xcode not installed please run 'xcode-select --install'"
fi
}

Expand Down

0 comments on commit 4eeffc2

Please sign in to comment.