added tree to deps
This commit is contained in:
parent
36a0db66a0
commit
889c7e4f69
1 changed files with 2 additions and 1 deletions
3
udeps.sh
3
udeps.sh
|
@ -30,7 +30,8 @@ sudo apt-get -my install \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
grc \
|
grc \
|
||||||
fd-find \
|
fd-find \
|
||||||
ncdu
|
ncdu \
|
||||||
|
tree
|
||||||
|
|
||||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue