diff --git a/recipes/default/mosh_ppa b/recipes/default/mosh_ppa new file mode 100755 index 0000000..019e77f --- /dev/null +++ b/recipes/default/mosh_ppa @@ -0,0 +1,8 @@ +#! /bin/bash + +set -e + +sudo add-apt-repository ppa:keithw/mosh-dev +sudo apt-get update + +sudo apt-get install -y mosh