curl URL needs to be changed
https://www.jamf.com/jamf-nation/third-party-products/files/1043/acrobat-reader-dc-updater
# Get the latest version of Reader available from Adobe's About Reader page.
latestver=``
while [ -z "$latestver" ]
do
latestver=/usr/bin/curl -s -L -A "$userAgent" https://armmf.adobe.com/arm-manifests/mac/AcrobatDC/reader/current_version.txt
done