From 37dc27601b6860b14b3a56aad109690f5bfd829d Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Thu, 30 Apr 2020 13:38:39 +0200 Subject: [PATCH] added things and githubdesktop --- Installomator.sh | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 56133ef..67e693d 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -106,14 +106,11 @@ BLOCKING_PROCESS_ACTION=prompt_user # TODO: cleanup code # TODO: add remaining Microsoft pkgs -# TODO: determine blockingProcesses for SharePointPlugin +# TODO: ?blockingProcesses for SharePointPlugin # TODO: generic function Sparkle to get latest download # TODO: ?notify user of errors # TODO: ?generic function to initiate a SparkleProcess -# apps: -# - slack -# - Github Desktop # functions to help with getting info @@ -393,6 +390,19 @@ case $identifier in downloadURL="https://slack.com/ssb/download-osx" expectedTeamID="BQR82RBBHL" ;; + githubdesktop) + name="GitHub Desktop" + type="zip" + downloadURL="https://central.github.com/deployments/desktop/desktop/latest/darwin" + expectedTeamID="VEKTX9H2N7" + ;; + things) + name="Things" + type="zip" + downloadURL="https://culturedcode.com/things/download/" + expectedTeamsID="JLMPQHK86H" + ;; + # msupdate codes from: # https://docs.microsoft.com/en-us/deployoffice/mac/update-office-for-mac-using-msupdate