galculator now considered a requirement
authorFred Hamster <fred@gruntose.com>
Mon, 7 Apr 2025 13:58:10 +0000 (09:58 -0400)
committerFred Hamster <fred@gruntose.com>
Mon, 7 Apr 2025 13:58:10 +0000 (09:58 -0400)
scripts/core/prep_feisty_host.sh

index 342e1f95a637e272c828d5bbce46b08351ae5617..366c22420089914b2379ef23484e7e4b49d8f3fb 100644 (file)
@@ -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