From df404adf00e60cb759526cb8dd13e16dcd41f30d Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Fri, 15 Nov 2024 16:02:47 -0500 Subject: [PATCH] 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. --- scripts/core/prep_feisty_host.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! -- 2.34.1