updated install_homebrew.sh

pull/2/head
Hari Sekhon 4 years ago
parent 98edc8933d
commit e60d8278ea

@ -45,6 +45,8 @@ else
fi
}
else
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install | ruby
# now deprecated and replaced with the shell version belownow
#curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install | ruby
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
fi
fi

Loading…
Cancel
Save