From 57e6e5df77bfc4ef45d43ccbc3dee2e50ef84bf1 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 20 Nov 2024 21:02:21 -0500 Subject: [PATCH] added gtk3 vim as dependency gotta have our elflord --- 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 cd9059a7..ef44112b 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -231,15 +231,15 @@ exit_on_error $PHASE_MESSAGE PHASE_MESSAGE="installing additional helper packages" if [ "$opsystem_here" == "debianesque" ]; then - PAX=(dos2unix genisoimage imagemagick iputils-ping ncal screen python3 python3-pip rdate xserver-xorg xorg-docs ) + 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 xorg-x11-server-Xwayland xorg-x11-docs ) + PAX=(dos2unix genisoimage ImageMagick screen python3 python3-pip rdate vim-gtk3 xorg-x11-server-Xwayland xorg-x11-docs ) #genisoimage untested elif [ "$opsystem_here" == "macos" ]; then - PAX=(dos2unix genisoimage imagemagick ncal screen python3 rdate xquartz linuxbrew/xorg/xorg-docs ) + 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 xserver-xorg xorg-docs ) + PAX=(dos2unix genisoimage imagemagick ncal screen python3 python3-pip rdate vim-gtk3 xserver-xorg xorg-docs ) #genisoimage untested fi -- 2.34.1