mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 19:32:23 +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
|