From 3449c24508a000243c034867eaa82c7246083a6d Mon Sep 17 00:00:00 2001 From: Adam Codega Date: Thu, 21 Apr 2022 09:50:11 -0400 Subject: [PATCH] Update and rename installInstallomator.sh to InstallInstallomator.sh --- MDM/{installInstallomator.sh => InstallInstallomator.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename MDM/{installInstallomator.sh => InstallInstallomator.sh} (91%) diff --git a/MDM/installInstallomator.sh b/MDM/InstallInstallomator.sh similarity index 91% rename from MDM/installInstallomator.sh rename to MDM/InstallInstallomator.sh index d6f4ed6..173f705 100644 --- a/MDM/installInstallomator.sh +++ b/MDM/InstallInstallomator.sh @@ -1,7 +1,7 @@ #!/bin/bash -# This script is an MDM/management platform agnostic way to install Installomator -# The only requirement is an Internet connection. +# This script is meant to povide the simplest MDM/management platform agnostic way to install Installomator +# The only requirement is an Internet connection # Get the URL of the latest PKG From the Installomator GitHub repo url=$(curl --silent --fail "https://api.github.com/repos/Installomator/Installomator/releases/latest" | awk -F '"' "/browser_download_url/ && /pkg\"/ { print \$4; exit }")