From: Fred T. Hamster Date: Sun, 29 Sep 2024 15:03:46 +0000 (-0400) Subject: made sure ping's in the list X-Git-Tag: 2.140.188^2~2 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=2df129bb7d958a703fdddd3f009af34dce383dd2;p=feisty_meow.git made sure ping's in the list --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 0f7f7b74..bfed826e 100644 --- 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