added openssh as a dependency

This commit is contained in:
Stefen Auris 2017-10-31 14:57:03 -04:00
parent ba7fce1360
commit 1405ce9f03

View file

@ -2,12 +2,13 @@
#These are the base dependencies for any install #These are the base dependencies for any install
echo "installing base dependencies" echo "installing base dependencies"
sudo apt-get install tmux \ sudo apt-get install openssh \
tmux \
zsh \ zsh \
vim \ vim \
powerline\ powerline\
htop \ htop \
mc\ mc \
curl curl
#check if on a ssh connection, if you are, emacs doesnt need X #check if on a ssh connection, if you are, emacs doesnt need X
echo "installing emacs, based on X support" echo "installing emacs, based on X support"