From 19092844ae4a7b85edcd913e06f6c8206504a685 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Mon, 7 Apr 2025 09:58:10 -0400 Subject: [PATCH] galculator now considered a requirement --- scripts/core/prep_feisty_host.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 342e1f95..366c2242 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -275,15 +275,15 @@ exit_on_error $PHASE_MESSAGE PHASE_MESSAGE="installing flavor bits" if [ "$opsystem_here" == "debianesque" ]; then - PAX=(cowsay lolcat ) + PAX=(cowsay galculator lolcat ) elif [ "$opsystem_here" == "redhatty" ]; then - PAX=(cowsay ) + PAX=(cowsay galculator ) #should exist, but doesn't? lolcat-rs elif [ "$opsystem_here" == "macos" ]; then - PAX=(cowsay lolcat ) + PAX=(cowsay galculator lolcat ) #hmmm: untested! elif [ "$opsystem_here" == "windoze" ]; then - PAX=(cowsay lolcat ) + PAX=(cowsay galculator lolcat ) #hmmm: untested! fi -- 2.34.1