mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2025-03-14 12:22:46 +00:00

* try to fix travis build * try to use bionic somehow * try again to fix travis * need libssh for travis too * install newer libssh too * be less verbose in travis script
8 lines
160 B
Bash
Executable file
8 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
|
|
wget 'https://github.com/msgpack/msgpack-c/archive/cpp-3.1.1.tar.gz'
|
|
tar -xzf cpp-3.1.1.tar.gz
|
|
cd msgpack-c-cpp-3.1.1
|
|
cmake .
|
|
make
|
|
sudo make install
|