From 889c7e4f699bb4e9cd90aedc58ae946e1f7f5904 Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 18 Oct 2021 21:31:05 -0400 Subject: [PATCH] added tree to deps --- udeps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/udeps.sh b/udeps.sh index 8120be3..a8144e1 100755 --- a/udeps.sh +++ b/udeps.sh @@ -30,7 +30,8 @@ sudo apt-get -my install \ ripgrep \ grc \ fd-find \ - ncdu + ncdu \ + tree read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then