no lolcat available to us at least
authorFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 21:02:47 +0000 (16:02 -0500)
committerFred T. Hamster <fred@gruntose.com>
Fri, 15 Nov 2024 21:02:47 +0000 (16:02 -0500)
systems i'm on don't know the lolcat package, or the lolcat-rs package that should actually exist to replace lolcat.  sigh.

scripts/core/prep_feisty_host.sh

index aebc323f6e95fe60140d72485bc4f9f869bb0fe1..0e4323daae8de500ff93077d0628eb1e0ea5b1b5 100644 (file)
@@ -252,8 +252,8 @@ PHASE_MESSAGE="installing flavor bits"
 if [ "$opsystem_here" == "debianesque" ]; then
   PAX=(cowsay lolcat )
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(cowsay lolcat-rs )
-  #hmmm: untested!
+  PAX=(cowsay )
+#should exist, but doesn't? lolcat-rs 
 elif [ "$opsystem_here" == "macos" ]; then
   PAX=(cowsay lolcat )
   #hmmm: untested!