From: Fred T. Hamster Date: Sun, 29 Sep 2024 14:06:29 +0000 (-0400) Subject: added meld as feisty dependency X-Git-Tag: 2.140.188^2~3 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=011dd3ef67c8b28ddb5060fc29b9ff27c16fb15e;p=feisty_meow.git added meld as feisty dependency --- 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