From 3b1efe99e0465332c020e1fca5e0e90e4ec98f0d Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:02:49 +0100 Subject: [PATCH] Create README.md --- Helpers/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Helpers/README.md diff --git a/Helpers/README.md b/Helpers/README.md new file mode 100644 index 0000000..3d32f38 --- /dev/null +++ b/Helpers/README.md @@ -0,0 +1,13 @@ +## brandDEPinstall.sh + +### Run brandDEPinstall + +This script is designed to brand DEPNotify and launch pre self service install. + +##### Command to execute + +``` +sudo curl -o /tmp/brandDEPinstall.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/brandDEPinstall.sh && +sudo chmod +x /tmp/brandDEPinstall.sh && +sudo /tmp/brandDEPinstall.sh +```