From: Fred T. Hamster Date: Fri, 15 Nov 2024 20:52:56 +0000 (-0500) Subject: ha, working for the last fairly important bits X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7612f82065dcf04cfeeea62488bea8c0d740b6ea;p=feisty_meow.git ha, working for the last fairly important bits now getting the optional junk right. --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 28d4ab3c..aebc323f 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -252,7 +252,7 @@ PHASE_MESSAGE="installing flavor bits" if [ "$opsystem_here" == "debianesque" ]; then PAX=(cowsay lolcat ) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(cowsay lolcat ) + PAX=(cowsay lolcat-rs ) #hmmm: untested! elif [ "$opsystem_here" == "macos" ]; then PAX=(cowsay lolcat )