Update 000.install-homebrew.sh
This commit is contained in:
		
							parent
							
								
									b7f49d9c0f
								
							
						
					
					
						commit
						4b6f5281cb
					
				@ -1,5 +1,10 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
############################################# install homebrew under homedir
 | 
			
		||||
 | 
			
		||||
# reminder: homebrew is *spyware*. using it in the default configuration is
 | 
			
		||||
# *unsafe*. other scripts elsewhere set HOMEBREW_NO_ANALYTICS to disable 
 | 
			
		||||
# its spying; do not use this file in isolation.
 | 
			
		||||
 | 
			
		||||
if [[ ! -d ~/Library/Homebrew ]]; then
 | 
			
		||||
    mkdir -p ~/Library/Homebrew
 | 
			
		||||
    cd ~/Library/Homebrew
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user