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:
parent
53c056994d
commit
5d8e0908dc
2
setup.sh
2
setup.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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.
|
# We want to be in the user home directory.
|
||||||
cd ~
|
cd ~
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user