From ebe674bf3fb2a61b9edf15603c8b8f8d69b787e9 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sat, 9 Oct 2021 20:00:15 +0100 Subject: [PATCH] Update README.md --- Helpers/README.md | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/Helpers/README.md b/Helpers/README.md index 4718a9f..492bc5f 100644 --- a/Helpers/README.md +++ b/Helpers/README.md @@ -7,7 +7,39 @@ This script is designed to brand DEPNotify and launch pre self service install. ##### Command to execute ``` -curl -o /tmp/brandDEPinstall.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/brandDEPinstall.sh && -chmod +x /tmp/brandDEPinstall.sh && -/tmp/brandDEPinstall.sh +curl -o /tmp/brandDEPinstall.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/brandDEPinstall.sh && chmod +x /tmp/brandDEPinstall.sh && /tmp/brandDEPinstall.sh ``` +### launch-dep.sh + +This script is designed to launch DEPNotify in a window and should be executed as the console user. + +##### Command to execute + +``` +curl -o /tmp/launch-dep.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/launch-dep.sh && chmod +x /tmp/launch-dep.sh && /tmp/launch-dep.sh +``` +### launch-dep-en.sh (TESTING) + +This script is designed to launch DEPNotify Fullscreen and should be executed as the console user. + +##### Command to execute + +``` +curl -o /tmp/launch-dep-en.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/launch-dep-en.sh && chmod +x /tmp/launch-dep-en.sh && /tmp/launch-dep-en.sh +``` + + +## Non-script Files + +### SupportApp.pkg + +This package is designed to install a status bar icon, package is by Root3 (NL) + +### SmartVPN.zip - Draytek Smart VPN Client for macOS + +This zip contains the application for the Draytek Smart VPN Client for macOS + +### CreateTicket.zip - WebKit / Fluid application to provide a ticket creation window as a part of the raise ticket workflow. + +This zip contains the application for the Draytek Smart VPN Client for macOS +