Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. su - User << EOF
  2.  
  3. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </dev/null
  4.  
  5. EOF
  6.  
  7. -e:5: unknown regexp options - lcal
  8. -e:6: unknown regexp options - lcal
  9. -e:8: unknown regexp options - Cach
  10. -e:9: syntax error, unexpected tLABEL
  11. BREW_REPO = https://github.com/Homebrew/brew.freeze
  12. ^
  13. -e:9: unknown regexp options - gthb
  14. -e:10: syntax error, unexpected tLABEL
  15. CORE_TAP_REPO = https://github.com/Homebrew/homebrew-core.freeze
  16. ^
  17. -e:10: unknown regexp options - gthb
  18. -e:32: syntax error, unexpected end-of-input, expecting keyword_end
  19. -bash: line 34: end: command not found
  20. -bash: line 36: def: command not found
  21. -bash: line 37: escape: command not found
  22. -bash: line 38: end: command not found
  23. -bash: line 40: syntax error near unexpected token `('
  24. -bash: line 40: ` def escape(n)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement