mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +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
|