updated to add mogrify and other imagemagick tools
authorFred T. Hamster <fred@gruntose.com>
Fri, 19 Jan 2024 17:15:21 +0000 (12:15 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 19 Jan 2024 17:15:21 +0000 (12:15 -0500)
scripts/core/prep_feisty_host.sh

index 9ea7039e9a948009f381d0e1b31635100264bec7..f9ec8bbf22f0a49ee211ecb72a24a3d4124017c2 100644 (file)
@@ -237,13 +237,13 @@ exit_on_error $PHASE_MESSAGE
 PHASE_MESSAGE="installing additional helper packages"
 
 if [ "$opsystem_here" == "debianesque" ]; then
-  PAX=(ncal screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
+  PAX=(dos2unix imagemagick ncal screen python3 python3-pip xserver-xorg xorg-docs )
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(ncal screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
+  PAX=(dos2unix imagemagick ncal screen python3 python3-pip xserver-xorg xorg-docs )
 elif [ "$opsystem_here" == "macos" ]; then
-  PAX=(ncal screen python3 xquartz linuxbrew/xorg/xorg-docs dos2unix)
+  PAX=(dos2unix imagemagick ncal screen python3 xquartz linuxbrew/xorg/xorg-docs )
 elif [ "$opsystem_here" == "windoze" ]; then
-  PAX=(ncal screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
+  PAX=(dos2unix imagemagick ncal screen python3 python3-pip xserver-xorg xorg-docs )
 fi
 
 install_system_package "${PAX[@]}"