made sure ping's in the list
authorFred T. Hamster <fred@gruntose.com>
Sun, 29 Sep 2024 15:03:46 +0000 (11:03 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sun, 29 Sep 2024 15:03:46 +0000 (11:03 -0400)
scripts/core/prep_feisty_host.sh

index 0f7f7b7497073d59ab64581a60d656c4e8483916..bfed826eb8ff5d75238052e52b48467b89af650c 100644 (file)
@@ -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