added openssh as a dependency
This commit is contained in:
parent
ba7fce1360
commit
1405ce9f03
1 changed files with 3 additions and 2 deletions
5
deps.zsh
5
deps.zsh
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue