From: Fred Hamster Date: Mon, 7 Apr 2025 13:58:10 +0000 (-0400) Subject: galculator now considered a requirement X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=19092844ae4a7b85edcd913e06f6c8206504a685;p=feisty_meow.git galculator now considered a requirement --- 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