From: Fred T. Hamster Date: Fri, 19 Jan 2024 16:45:39 +0000 (-0500) Subject: updated to add calendar X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=470e98246f3a2bbdde319085ab68dcc7bafd1574 updated to add calendar --- diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 634b7017..9ea7039e 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -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[@]}"