mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-12 23:56:29 +00:00
Add recipe for installing mosh from ppa
Mosh 1.4.0 isn't yet in all package repos and includes truecolor support
This commit is contained in:
parent
c57822263e
commit
50b03824f2
8
recipes/default/mosh_ppa
Executable file
8
recipes/default/mosh_ppa
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user