Skip to content

Instantly share code, notes, and snippets.

@stevage
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevage/2fe7774567fafda6e33f to your computer and use it in GitHub Desktop.
Save stevage/2fe7774567fafda6e33f to your computer and use it in GitHub Desktop.
Install Mosh on Ubuntu
sudo apt-get install -y python-software-properties && sudo add-apt-repository ppa:keithw/mosh && sudo apt-get update && sudo apt-get install -y mosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment