Skip to content

Instantly share code, notes, and snippets.

@kdnk
Created October 5, 2016 03:46
Show Gist options
  • Save kdnk/2c254657ede6584217d18f6b27c66925 to your computer and use it in GitHub Desktop.
Save kdnk/2c254657ede6584217d18f6b27c66925 to your computer and use it in GitHub Desktop.
# tmux update from 1.8 to 2.0 on ubuntu 14.04
tmux -V
sudo apt-get update
sudo apt-get install -y python-software-properties software-properties-common
sudo add-apt-repository -y ppa:pi-rho/dev
sudo apt-get update
sudo apt-get install -y tmux=2.0-1~ppa1~t
tmux -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment