mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 08:32:03 +00:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
sudo apt-get -qq update &&
|
|
sudo apt-get -qq install cmake libssh2-1-dev openssh-client openssh-server jq
|