From 8ccd72a21ba56c4f49239532a02c4185ed7c7946 Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 3 Dec 2021 19:12:08 -0500 Subject: [PATCH] added neofetch dependency --- ddeps.sh | 3 ++- udeps.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ddeps.sh b/ddeps.sh index edef51c..21f85dd 100755 --- a/ddeps.sh +++ b/ddeps.sh @@ -33,7 +33,8 @@ sudo apt-get -my install \ fd-find \ ncdu \ exa \ - bottom + bottom \ + neofetch read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then diff --git a/udeps.sh b/udeps.sh index a8144e1..e226584 100755 --- a/udeps.sh +++ b/udeps.sh @@ -31,7 +31,8 @@ sudo apt-get -my install \ grc \ fd-find \ ncdu \ - tree + tree \ + neofetch read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then