From 4c7edc2ddd1ba42eefbb30ad79b09c58a807cb79 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:35:04 +0200 Subject: [PATCH] added NoMAD, closes #34 --- Installomator.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 3e8a4a0..9d7b291 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -741,6 +741,16 @@ code42) expectedTeamID="9YV9435DHD" BLOCKING_PROCESS_ACTION=ignore ;; +nomad) + # credit: Tadayuki Onishi (@kenchan0130) + name="NoMAD" + type="pkg" + downloadURL="https://files.nomad.menu/NoMAD.pkg" + expectedTeamID="AAPZK3CB24" + ;; + + +# MARK: add new labels above here # NOTE: Packages is signed but _not_ notarized, so spctl will reject it # packages)