Cookbook to install mosh, the "Mobile Shell" from source.
Follows a generic Chef install-from-source method.
Requires the following packages on Ubuntu:
- pkgconf
- libncurses5-dev
- libprotobuf-dev
- protobuf-compiler
- libutempter-dev
- libssl-dev
Note: Only tested under Ubuntu 14.04 LTS 64-bit.
- Added Redhat support. And test before installing UFW config.
- version - Version of mosh to install.
- url - URL to pull mosh source from.
- configure_options - Arguments passed to
configure
. - make_options - Arguments passed to
make
. - install_options - Arguments passed to
make install
.
Jonathan Werrett (jonathan@werrett.hk)