From a2a395e8d694338b442c7be1ac53fc71999d43b0 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:12:07 +0100 Subject: [PATCH] Update adobe-custom-install.sh remove autoload --- Helpers/adobe-custom-install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Helpers/adobe-custom-install.sh b/Helpers/adobe-custom-install.sh index 3e9a4b1..0d57398 100644 --- a/Helpers/adobe-custom-install.sh +++ b/Helpers/adobe-custom-install.sh @@ -1407,14 +1407,14 @@ updateDialog() { fi fi } -# MARK: check minimal macOS requirement -autoload is-at-least +# # MARK: check minimal macOS requirement +# autoload is-at-least -installedOSversion=$(sw_vers -productVersion) -if ! is-at-least 10.14 $installedOSversion; then - printlog "Installomator requires at least macOS 10.14 Mojave." ERROR - exit 98 -fi +# installedOSversion=$(sw_vers -productVersion) +# if ! is-at-least 10.14 $installedOSversion; then +# printlog "Installomator requires at least macOS 10.14 Mojave." ERROR +# exit 98 +# fi # MARK: argument parsing