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