Skip to content

Instantly share code, notes, and snippets.

@agocs
Created July 14, 2015 17:20
Show Gist options
  • Save agocs/620cb7819425ff8021a1 to your computer and use it in GitHub Desktop.
Save agocs/620cb7819425ff8021a1 to your computer and use it in GitHub Desktop.
mkdir byobu
cd byobu/
wget https://launchpad.net/byobu/trunk/5.94/+download/byobu_5.94.orig.tar.gz
tar -zxvf byobu_5.94.orig.tar.gz
cd byobu-5.94
# the INSTALL file contains installation instructions. It says the following should work:
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment