From 157caf0ad0b9cd5c73def8b6865b132facee68dd Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Fri, 15 Nov 2024 15:37:15 -0500 Subject: [PATCH] working through some cleanups needed fix on name of package for redhat --- 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 aa47f36e..6b818559 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -233,7 +233,7 @@ PHASE_MESSAGE="installing additional helper packages" if [ "$opsystem_here" == "debianesque" ]; then 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 ) + PAX=(dos2unix ImageMagick ncal screen python3 python3-pip xserver-xorg xorg-docs ) elif [ "$opsystem_here" == "macos" ]; then PAX=(dos2unix imagemagick ncal screen python3 xquartz linuxbrew/xorg/xorg-docs ) elif [ "$opsystem_here" == "windoze" ]; then -- 2.34.1