From 011dd3ef67c8b28ddb5060fc29b9ff27c16fb15e Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sun, 29 Sep 2024 10:06:29 -0400 Subject: [PATCH] added meld as feisty dependency --- scripts/core/prep_feisty_host.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index f9ec8bbf..0f7f7b74 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -218,9 +218,9 @@ exit_on_error $PHASE_MESSAGE PHASE_MESSAGE="installing code builder packages" if [ "$opsystem_here" == "debianesque" ]; then - PAX=(mawk build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev) + PAX=(mawk build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev meld) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(curl-devel gcc gcc-c++ make gawk openssl-devel.x86_64 zlib-devel) + PAX=(curl-devel gawk gcc gcc-c++ make meld openssl-devel.x86_64 zlib-devel) elif [ "$opsystem_here" == "macos" ]; then PAX=(mawk gpg meld openjdk) elif [ "$opsystem_here" == "windoze" ]; then -- 2.34.1