Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Application SAP Codes and versions found here: https://helpx.adobe.com/enterprise/package/help/apps-deployed-without-their-base-versions.html
# check if root
if [[ $EUID != 0 ]] ; then
echo "Remote Update Manager: Please run this as root, or via sudo."
exit -1
fi