From: Fred T. Hamster Date: Fri, 15 Nov 2024 21:02:47 +0000 (-0500) Subject: no lolcat available to us at least X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=df404adf00e60cb759526cb8dd13e16dcd41f30d;p=feisty_meow.git no lolcat available to us at least systems i'm on don't know the lolcat package, or the lolcat-rs package that should actually exist to replace lolcat. sigh. --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index aebc323f..0e4323da 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -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!