mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-02-23 12:33:55 +00:00
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
|