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[@]}"