removed extraneous meld occurrence
authorChris Koeritz <fred@gruntose.com>
Tue, 12 Nov 2024 01:19:10 +0000 (20:19 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 12 Nov 2024 01:19:10 +0000 (20:19 -0500)
scripts/core/prep_feisty_host.sh

index 4ee75d84d8000bf14c9cdd05905b9b7785048d42..aa47f36e4926d1568b5047c4cf887c56082686c1 100644 (file)
@@ -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