mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 11:25:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| set -x
 | |
| 
 | |
| brew update
 | |
| brew install homebrew/dupes/zlib
 | |
| brew install curl
 | |
| brew install openssl
 | |
| brew install libssh2
 | 
