Last active
July 7, 2020 21:12
-
-
Save VladSem/a6008ebc22b24836f9fb to your computer and use it in GitHub Desktop.
install tmux 2.0 on Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment