Skip to content

Instantly share code, notes, and snippets.

@igolden
Created September 7, 2017 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igolden/e7af536054204dbbdf87b4c40d73e449 to your computer and use it in GitHub Desktop.
Save igolden/e7af536054204dbbdf87b4c40d73e449 to your computer and use it in GitHub Desktop.
Install tmate on ubuntu
#!/bin/bash
apt-get update && apt-get upgrade -y
apt-get install git-core build-essential \
pkg-config libtool libevent-dev \
libncurses-dev zlib1g-dev \
automake libssh-dev cmake \
ruby
# clone repo, change WORKDIR
git clone https://github.com/tmate-io/tmate-slave.git
cd tmate-slave
# Setup commands
./create_keys.sh
./autogen.sh
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment