Add mobile-ssh (mosh) to the standard list of software.

This commit is contained in:
Scott Wallace 2016-02-16 19:03:18 +00:00
parent da0f34aee0
commit 0a8c6ea977

View file

@ -18,6 +18,7 @@ function install_linux_software {
ack ack
git git
htop htop
mosh
ss ss
vim vim
EOF EOF
@ -40,6 +41,7 @@ function install_osx_software {
git git
coreutils coreutils
htop-osx htop-osx
mosh
python3 python3
vim vim
EOF EOF