From: Chris Koeritz Date: Tue, 12 Nov 2024 01:19:10 +0000 (-0500) Subject: removed extraneous meld occurrence X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=4a14829356168d9e7454180d38b04b331224ccbb;p=feisty_meow.git removed extraneous meld occurrence --- 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