mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-14 21:56:30 +00:00
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
sudo add-apt-repository ppa:keithw/mosh-dev
|
||
|
sudo apt-get update
|
||
|
|
||
|
sudo apt-get install -y mosh
|