From: Fred T. Hamster Date: Fri, 15 Nov 2024 20:42:34 +0000 (-0500) Subject: homing in on correct names X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=252051fcc9b01584d009845ac01954e0f5b76e17;p=feisty_meow.git homing in on correct names --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index cadc3f0d..5e07f536 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 cal screen python3 python3-pip xorg-x11-server xorg-x11-docs ) + PAX=(dos2unix ImageMagick screen python3 python3-pip xorg-x11 xorg-x11-docs ) elif [ "$opsystem_here" == "macos" ]; then PAX=(dos2unix imagemagick ncal screen python3 xquartz linuxbrew/xorg/xorg-docs ) elif [ "$opsystem_here" == "windoze" ]; then