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