projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011dd3e
)
made sure ping's in the list
author
Fred T. Hamster
<fred@gruntose.com>
Sun, 29 Sep 2024 15:03:46 +0000
(11:03 -0400)
committer
Fred T. Hamster
<fred@gruntose.com>
Sun, 29 Sep 2024 15:03:46 +0000
(11:03 -0400)
scripts/core/prep_feisty_host.sh
patch
|
blob
|
history
diff --git
a/scripts/core/prep_feisty_host.sh
b/scripts/core/prep_feisty_host.sh
index 0f7f7b7497073d59ab64581a60d656c4e8483916..bfed826eb8ff5d75238052e52b48467b89af650c 100644
(file)
--- a/
scripts/core/prep_feisty_host.sh
+++ b/
scripts/core/prep_feisty_host.sh
@@
-237,7
+237,7
@@
exit_on_error $PHASE_MESSAGE
PHASE_MESSAGE="installing additional helper packages"
if [ "$opsystem_here" == "debianesque" ]; then
- PAX=(dos2unix imagemagick ncal screen python3 python3-pip xserver-xorg xorg-docs )
+ PAX=(dos2unix imagemagick
iputils-ping
ncal screen python3 python3-pip xserver-xorg xorg-docs )
elif [ "$opsystem_here" == "redhatty" ]; then
PAX=(dos2unix imagemagick ncal screen python3 python3-pip xserver-xorg xorg-docs )
elif [ "$opsystem_here" == "macos" ]; then