mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-13 02:06:31 +00:00
50b03824f2
Mosh 1.4.0 isn't yet in all package repos and includes truecolor support
9 lines
116 B
Bash
Executable File
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
|