#!/bin/bash

softwareupdate --list-full-installers
echo "======="
echo "Manual:"
echo "======="
echo "put the Version: number (xx.x.x) from above at the end of the following command and download your version:"
echo "sudo softwareupdate --fetch-full-installer --full-installer-version xx.x.x"
echo "=========================================================================="