From 28e22792f4a695334fd5cc80b5a7a2774cec9432 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 4 Jun 2022 09:19:17 -0400 Subject: [PATCH] added meld to apt-cyg install list --- scripts/core/prep_feisty_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 79253af2..d78e2320 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -120,7 +120,7 @@ elif [ "$OS" == "Windows_NT" ]; then echo need to fix apt cyg install list somewhat. #hmmm: list is in our docs as a separate file for cygwin. # plug those packages into here please. - apt-cyg install gawk libcurl-devel mingw64-i686-openssl openssl openssl-devel libssl-devel zlib-devel + apt-cyg install gawk libcurl-devel meld mingw64-i686-openssl openssl openssl-devel libssl-devel zlib-devel exit_on_error $PHASE_MESSAGE #extended set. just add them? -- 2.34.1