From b9637927232423b78fa730a350b60c7ce157b60e Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Fri, 18 Dec 2020 09:26:50 +0100 Subject: [PATCH] added jamfconnect --- Installomator.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 51897a5..032b74a 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1725,6 +1725,13 @@ menumeters) downloadURL=$(downloadURLFromGit yujitach MenuMeters ) expectedTeamID="95AQ7YKR5A" ;; +jamfconnect) + #credit: @marcelclaus on MacAdmins Slack + name="JamfConnect" + type="pkgInDmg" + downloadURL="https://files.jamfconnect.com/JamfConnect.dmg" + expectedTeamID="483DWKW443" + ;; # MARK: add new labels above here