mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 01:58:32 +00:00
7 lines
52 B
Bash
Executable File
7 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
brew update
|
|
brew install libssh2
|