From 41a6c544d615177405cd077ff876357adb8e8731 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:14:36 +0100 Subject: [PATCH] Update brandDEPinstall.sh --- Helpers/brandDEPinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Helpers/brandDEPinstall.sh b/Helpers/brandDEPinstall.sh index 8d0b2e5..202d300 100644 --- a/Helpers/brandDEPinstall.sh +++ b/Helpers/brandDEPinstall.sh @@ -22,9 +22,9 @@ # ## BRANDING DEPNOTIFY WINDOW -echo 'Command: MainTitle: Deploying your Mac' >> /var/tmp/depnotify.log +echo 'Command: MainTitle: App Installation' >> /var/tmp/depnotify.log echo 'Command: Image: /Library/Application Support/Purple/logo.png' >> /var/tmp/depnotify.log -echo 'Command: MainText: Your organisation is using a Mobile Device Management solution provided by Purple Computing, we are now installing your organisations software, settings and policies.' >> /var/tmp/depnotify.log +echo 'Command: MainText: We are now installing the requested application.' >> /var/tmp/depnotify.log ## STARTING INSTALLS ### echo 'Status: Starting MDM Installer' >> /var/tmp/depnotify.log