shoestrap/recipes/default/mosh_ppa
ViViDboarder 50b03824f2 Add recipe for installing mosh from ppa
Mosh 1.4.0 isn't yet in all package repos and includes truecolor support
2023-06-13 09:18:50 -07:00

9 lines
116 B
Bash
Executable File

#! /bin/bash
set -e
sudo add-apt-repository ppa:keithw/mosh-dev
sudo apt-get update
sudo apt-get install -y mosh