From 0a8c6ea977973a98724b185a53ac203ea013e11e Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 16 Feb 2016 19:03:18 +0000 Subject: [PATCH] Add mobile-ssh (mosh) to the standard list of software. --- bin/software-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/software-install.sh b/bin/software-install.sh index 5570cbb..663e29a 100755 --- a/bin/software-install.sh +++ b/bin/software-install.sh @@ -18,6 +18,7 @@ function install_linux_software { ack git htop + mosh ss vim EOF @@ -40,6 +41,7 @@ function install_osx_software { git coreutils htop-osx + mosh python3 vim EOF