From 50b03824f2a2160f2508105867b0bdf0c272d101 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 13 Jun 2023 09:18:50 -0700 Subject: [PATCH] Add recipe for installing mosh from ppa Mosh 1.4.0 isn't yet in all package repos and includes truecolor support --- recipes/default/mosh_ppa | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 recipes/default/mosh_ppa 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