added neofetch dependency

This commit is contained in:
Stefen Auris 2021-12-03 19:12:08 -05:00
parent 889c7e4f69
commit 8ccd72a21b
2 changed files with 4 additions and 2 deletions

View file

@ -33,7 +33,8 @@ sudo apt-get -my install \
fd-find \ fd-find \
ncdu \ ncdu \
exa \ exa \
bottom bottom \
neofetch
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

View file

@ -31,7 +31,8 @@ sudo apt-get -my install \
grc \ grc \
fd-find \ fd-find \
ncdu \ ncdu \
tree tree \
neofetch
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