From d600ee8b79654803f4a1a8cdafadbd5de573eb40 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 23 Jun 2021 02:33:52 -0400 Subject: [PATCH] add ncdu --- udeps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/udeps.sh b/udeps.sh index 7faff05..0464339 100755 --- a/udeps.sh +++ b/udeps.sh @@ -30,7 +30,8 @@ sudo apt-get -my install \ ripgrep \ grc \ fd-find \ - bat + bat \ + ncdu \ read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then