From 0386bfac0803eb50bc7e8a5b2159d0aa2c52031b Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 29 Apr 2020 19:49:13 +0200 Subject: [PATCH] googledrivefilestream --- Installomator.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 184afce..c5a0739 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -351,7 +351,13 @@ case $identifier in downloadURL=$(downloadURLFromGit sap macOS-enterprise-privileges ) expectedTeamID="7R5ZEU67FQ" ;; - + googledrivefilestream) + # credit: Isaac Ordonez, Mann consulting + name="Google Drive File Stream" + type="pkgInDmg" + downloadURL="https://dl.google.com/drive-file-stream/GoogleDriveFileStream.dmg" + expectedTeamID="EQHXZ8M8AV" + ;; microsoftoffice365) name="MicrosoftOffice365"