From 1405ce9f03fc4087b1c82f96b30efb6b8d421fe7 Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 31 Oct 2017 14:57:03 -0400 Subject: [PATCH] added openssh as a dependency --- deps.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deps.zsh b/deps.zsh index c751eed..3dcc7e3 100755 --- a/deps.zsh +++ b/deps.zsh @@ -2,12 +2,13 @@ #These are the base dependencies for any install echo "installing base dependencies" -sudo apt-get install tmux \ +sudo apt-get install openssh \ + tmux \ zsh \ vim \ powerline\ htop \ - mc\ + mc \ curl #check if on a ssh connection, if you are, emacs doesnt need X echo "installing emacs, based on X support"