Skip to content

Commit

Permalink
Restrict mac to curl in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
daved committed Sep 7, 2023
1 parent 9718625 commit b645af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ MINGW*|MSYS*)
esac

# Determine a fetch method
if [ ! -z "`command -v wget`" ]; then
if [ ! -z "`command -v wget`" ] && [ $OS != "darwin" ]; then
which wget
wget --version | head -1
FETCH="wget -nv -O"
Expand Down

0 comments on commit b645af8

Please sign in to comment.