Skip to content

Instantly share code, notes, and snippets.

@roxma
roxma / install_tmux.sh
Last active July 10, 2018 07:23 — forked from rothgar/install-tmux
Install tmux 2.1 on rhel/centos 6
# Install tmux on Centos release 6.5
# Install with user defined prefix
# Usage: ./install_tmux.sh /your/prefix
# install deps
# yum install gcc kernel-devel make ncurses-devel
if [ -z $1 ]
then