From: Fred T. Hamster Date: Fri, 19 Jan 2024 17:15:21 +0000 (-0500) Subject: updated to add mogrify and other imagemagick tools X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b114ac1a62cac149a787933de64bc807d8614189 updated to add mogrify and other imagemagick tools --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 9ea7039e..f9ec8bbf 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -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[@]}"