Skip to content

Commit

Permalink
Update Linuxbrew installation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob W. Hogg authored Dec 7, 2016
1 parent 1b430b7 commit 6cb0f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homebrew/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
elif test "$(expr substr $(uname -s) 1 5)" = "Linux"
then
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
fi

fi
Expand Down

0 comments on commit 6cb0f6c

Please sign in to comment.