updated to add calendar
[feisty_meow.git] / scripts / core / prep_feisty_host.sh
index 634b70171972320ee39ccca8c87332ed1bb3d33d..9ea7039e9a948009f381d0e1b31635100264bec7 100644 (file)
@@ -237,13 +237,13 @@ exit_on_error $PHASE_MESSAGE
 PHASE_MESSAGE="installing additional helper packages"
 
 if [ "$opsystem_here" == "debianesque" ]; then
-  PAX=(screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
+  PAX=(ncal screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
 elif [ "$opsystem_here" == "redhatty" ]; then
-  PAX=(screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
+  PAX=(ncal screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
 elif [ "$opsystem_here" == "macos" ]; then
-  PAX=(screen python3 xquartz linuxbrew/xorg/xorg-docs dos2unix)
+  PAX=(ncal screen python3 xquartz linuxbrew/xorg/xorg-docs dos2unix)
 elif [ "$opsystem_here" == "windoze" ]; then
-  PAX=(screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
+  PAX=(ncal screen python3 python3-pip xserver-xorg xorg-docs dos2unix)
 fi
 
 install_system_package "${PAX[@]}"