fixed installing ssh, added apt switch -m

This commit is contained in:
Stefen Auris 2017-11-03 00:49:49 -04:00
parent 1405ce9f03
commit 05f4ff1d32

View file

@ -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 \