added neofetch dependency
This commit is contained in:
parent
889c7e4f69
commit
8ccd72a21b
2 changed files with 4 additions and 2 deletions
3
ddeps.sh
3
ddeps.sh
|
@ -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
|
||||||
|
|
3
udeps.sh
3
udeps.sh
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue