From 05f4ff1d32dbb16cf22c8b29e846732c9a7d860b Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 3 Nov 2017 00:49:49 -0400 Subject: [PATCH] fixed installing ssh, added apt switch -m --- deps.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.zsh b/deps.zsh index 3dcc7e3..4710a63 100755 --- a/deps.zsh +++ b/deps.zsh @@ -2,7 +2,7 @@ #These are the base dependencies for any install echo "installing base dependencies" -sudo apt-get install openssh \ +sudo apt-get -m install openssh-server \ tmux \ zsh \ vim \