From 4a3e6a5182a783dbd6ac319e197e173eab7ed1fd Mon Sep 17 00:00:00 2001
From: Scott Wallace <scott@wallace.sh>
Date: Fri, 5 Feb 2016 13:18:22 +0000
Subject: [PATCH] Add 'ss' to the install list for Linux.

---
 bin/software-install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/software-install.sh b/bin/software-install.sh
index 1103245..a154478 100755
--- a/bin/software-install.sh
+++ b/bin/software-install.sh
@@ -18,6 +18,7 @@ function install_linux_software {
         ack
         git
         htop
+        ss
         vim
 	EOF
 }