mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 17:57:25 +00:00
7 lines
121 B
Bash
Executable File
7 lines
121 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
|