mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 16:06:02 +00:00
8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
brew update
|
|
brew install homebrew/dupes/zlib
|
|
brew install libssh2
|