Created
June 16, 2016 05:10
-
-
Save atmin/4a3e915e2c728903fca6a87f35bda09f to your computer and use it in GitHub Desktop.
Install tmux > 1.8 on Debian Wheezy
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
# tmux 1.8 offers Zoom mode | |
sudo add-apt-repository ppa:pi-rho/dev | |
sudo apt-get update | |
sudo apt-cache show tmux # list tmux versions | |
sudo apt-get install tmux=LAST_VERSION_LISTED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment