fixed installing ssh, added apt switch -m
This commit is contained in:
parent
1405ce9f03
commit
05f4ff1d32
1 changed files with 1 additions and 1 deletions
2
deps.zsh
2
deps.zsh
|
@ -2,7 +2,7 @@
|
||||||
#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 openssh \
|
sudo apt-get -m install openssh-server \
|
||||||
tmux \
|
tmux \
|
||||||
zsh \
|
zsh \
|
||||||
vim \
|
vim \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue