1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Update setup.sh

New Homebrew install URL.
This commit is contained in:
Daniel Barber 2014-10-22 21:39:56 +01:00
parent 53c056994d
commit 5d8e0908dc

View File

@ -1,6 +1,6 @@
#!/bin/sh
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# We want to be in the user home directory.
cd ~