From 7612f82065dcf04cfeeea62488bea8c0d740b6ea Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Fri, 15 Nov 2024 15:52:56 -0500 Subject: [PATCH] ha, working for the last fairly important bits now getting the optional junk right. --- scripts/core/prep_feisty_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.34.1