From: AJ ONeal Date: Mon, 6 Jul 2020 02:18:42 +0000 (-0600) Subject: update permission request notification X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=358e12306883db01207f5e3621a881c4155578cc update permission request notification --- diff --git a/_webi/template.sh b/_webi/template.sh index 4a2e750..bb4b24e 100644 --- a/_webi/template.sh +++ b/_webi/template.sh @@ -242,8 +242,14 @@ _webi_enable_exec() { is_allowed="$(spctl -a "$pkg_src_cmd" 2>&1 | grep valid)" set -e if [ -z "$is_allowed" ]; then - echo "Requesting permission to execute '$pkg_cmd_name' on Catalina and macOS 11+" - sleep 1 + echo "" + echo "##########################################" + echo "# IMPORTANT: Permission Grant Required #" + echo "##########################################" + echo "" + echo "Requesting permission to execute '$pkg_cmd_name' on macOS 10.14+" + echo "" + sleep 3 spctl --add "$pkg_src_cmd" fi fi