From 923264a0f287e00f563384e3c62d82f80238b272 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 29 Apr 2020 15:02:23 +0200 Subject: [PATCH] added Box --- Installomator.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index dbe3bfc..b207fa1 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -268,6 +268,12 @@ case $identifier in | cut -d '"' -f 2 ) expectedTeamID="UPXU4CQZ5P" ;; + boxdrive) + name="Box" + type="pkg" + downloadURL="https://e3.boxcdn.net/box-installers/desktop/releases/mac/Box.pkg" + expectedTeamID="M683GB7CPW" + ;;