From: Fred Hamster Date: Sat, 14 Dec 2024 23:15:23 +0000 (-0500) Subject: dropping some things redhat's not finding yet X-Git-Tag: 2.140.189^2~77 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e180da589c00e4f56c217daa3203e09acd76b9e1;p=feisty_meow.git dropping some things redhat's not finding yet --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 37e48449..6938efae 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -255,14 +255,12 @@ PHASE_MESSAGE="installing additional helper packages" if [ "$opsystem_here" == "debianesque" ]; then PAX=(dos2unix genisoimage imagemagick iputils-ping ncal screen python3 python3-pip rdate vim-gtk3 xserver-xorg xorg-docs ) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(dos2unix genisoimage ImageMagick screen python3 python3-pip rdate vim-gtk3 xorg-x11-server-Xwayland xorg-x11-docs ) -#genisoimage untested + PAX=(dos2unix genisoimage ImageMagick screen python3 python3-pip xorg-x11-server-Xwayland xorg-x11-docs ) +#not finding: rdate vim-gtk3 elif [ "$opsystem_here" == "macos" ]; then PAX=(dos2unix genisoimage imagemagick ncal screen python3 rdate xquartz vim-gtk3 linuxbrew/xorg/xorg-docs ) -#genisoimage untested elif [ "$opsystem_here" == "windoze" ]; then PAX=(dos2unix genisoimage imagemagick ncal screen python3 python3-pip rdate vim-gtk3 xserver-xorg xorg-docs ) -#genisoimage untested fi install_system_package "${PAX[@]}"