nyk0r

home brew

Jun 4th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.89 KB | None | 0 0
  1. salik@Tsaliks-Mac-mini/usr$ ls -l
  2. total 8
  3. drwxr-xr-x     5 root  wheel    170 Jun 29  2012 X11
  4. lrwxr-xr-x     1 root  wheel      3 Oct 19  2012 X11R6 -> X11
  5. drwxr-xr-x  1085 root  wheel  36890 May 16 18:33 bin
  6. drwxr-xr-x   281 root  wheel   9554 May 16 18:32 include
  7. drwxr-xr-x   315 root  wheel  10710 May 16 18:33 lib
  8. drwxr-xr-x   144 root  wheel   4896 May 16 18:33 libexec
  9. drwxr-xr-x     7 root  wheel    238 Feb  7 02:56 llvm-gcc-4.2
  10. drwxr-xr-x     3 root  wheel    102 May 30 20:41 local
  11. drwxr-xr-x   269 root  wheel   9146 May 16 18:33 sbin
  12. drwxr-xr-x    57 root  wheel   1938 May 16 18:33 share
  13. drwxr-xr-x     4 root  wheel    136 Oct 19  2012 standalone
  14. tsalik@Tsaliks-Mac-mini/usr$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
  15. ==> This script will install:
  16. /usr/local/bin/brew
  17. /usr/local/Library/...
  18. /usr/local/share/man/man1/brew.1
  19. ==> The following directories will be made group writable:
  20. /usr/local/.
  21. /usr/local/bin
  22. ==> The following directories will have their group set to admin:
  23. /usr/local/.
  24. /usr/local/bin
  25.  
  26. Press ENTER to continue or any other key to abort
  27. ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin
  28. Password:
  29. ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. /usr/local/bin
  30. ==> Downloading and Installing Homebrew...
  31. remote: Counting objects: 114298, done.
  32. remote: Compressing objects: 100% (48666/48666), done.
  33. remote: Total 114298 (delta 81571), reused 94495 (delta 64684)
  34. Receiving objects: 100% (114298/114298), 16.56 MiB | 27 KiB/s, done.
  35. Resolving deltas: 100% (81571/81571), done.
  36. From https://github.com/mxcl/homebrew
  37.  * [new branch]      master     -> origin/master
  38. HEAD is now at ad79456 terminal-notifier: test seems to hang on brew-test-bot
  39. ==> Installation successful!
  40. You should run `brew doctor' *before* you install anything.
  41. Now type: brew help
  42. tsalik@Tsaliks-Mac-mini/usr$ brew doctor
  43. Your system is ready to brew.
Advertisement
Add Comment
Please, Sign In to add comment