From 149bbc3e798a23fec5233d6c7a607afca5a4cb56 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:49:34 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1037db2..25d4ba8 100644 --- a/README.md +++ b/README.md @@ -382,3 +382,15 @@ This script is designed to install the correct version of Dockutil. ``` curl -o /tmp/dockutil.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/dockutil.sh && chmod +x /tmp/dockutil.sh && /tmp/dockutil.sh && rm -rf /tmp/dockutil.sh ``` + +## Installomator.sh + +### Install or Updates Installomator + +This script is designed to install the correct version of Installomator. + +#### Command to execute + +``` +curl -o /tmp/Installomator.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Installomator.sh && chmod +x /tmp/Installomator.sh && /tmp/Installomator.sh && rm -rf /tmp/Installomator.sh +```