From 4a14829356168d9e7454180d38b04b331224ccbb Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 11 Nov 2024 20:19:10 -0500 Subject: [PATCH] removed extraneous meld occurrence --- 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 4ee75d84..aa47f36e 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -250,15 +250,15 @@ exit_on_error $PHASE_MESSAGE PHASE_MESSAGE="installing flavor bits" if [ "$opsystem_here" == "debianesque" ]; then - PAX=(cowsay lolcat meld ) + PAX=(cowsay lolcat ) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(cowsay lolcat meld ) + PAX=(cowsay lolcat ) #hmmm: untested! elif [ "$opsystem_here" == "macos" ]; then - PAX=(cowsay lolcat meld ) + PAX=(cowsay lolcat ) #hmmm: untested! elif [ "$opsystem_here" == "windoze" ]; then - PAX=(cowsay lolcat meld ) + PAX=(cowsay lolcat ) #hmmm: untested! fi -- 2.34.1