added meld as feisty dependency
authorFred T. Hamster <fred@gruntose.com>
Sun, 29 Sep 2024 14:06:29 +0000 (10:06 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sun, 29 Sep 2024 14:06:29 +0000 (10:06 -0400)
scripts/core/prep_feisty_host.sh

index f9ec8bbf22f0a49ee211ecb72a24a3d4124017c2..0f7f7b7497073d59ab64581a60d656c4e8483916 100644 (file)
@@ -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