updated install_homebrew.sh

pull/2/head
Hari Sekhon 5 years ago
parent 20c99bbac0
commit 8b18e85f79

@ -22,6 +22,10 @@ else
echo "Installing HomeBrew"
echo "==================="
echo
if ! type -P git &>/dev/null; then
echo "Must have git installed before installing HomeBrew!"
exit 1
fi
# automatically sending Enter to Continue
if [ "$(uname -s)" = Linux ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" <<< ""

Loading…
Cancel
Save