From 2df129bb7d958a703fdddd3f009af34dce383dd2 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sun, 29 Sep 2024 11:03:46 -0400 Subject: [PATCH] made sure ping's in the list --- scripts/core/prep_feisty_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1