From b114ac1a62cac149a787933de64bc807d8614189 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Fri, 19 Jan 2024 12:15:21 -0500 Subject: [PATCH] updated to add mogrify and other imagemagick tools --- scripts/core/prep_feisty_host.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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[@]}" -- 2.34.1