working through some cleanups
authorFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 20:37:15 +0000 (15:37 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 20:37:15 +0000 (15:37 -0500)
needed fix on name of package for redhat

scripts/core/prep_feisty_host.sh

index aa47f36e4926d1568b5047c4cf887c56082686c1..6b818559d03b294941dce5d490c0faf5c2b21362 100644 (file)
@@ -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