From 8c96d9e263eaa55f267b42a66e5e8243af56a8f3 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:41:53 +0200 Subject: [PATCH] added R, closes #44 --- Installomator.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index c59c513..d0002f8 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -749,11 +749,19 @@ nomad) expectedTeamID="AAPZK3CB24" ;; bettertouchtool) + # credit: Tadayuki Onishi (@kenchan0130) name="BetterTouchTool" type="zip" downloadURL="https://folivora.ai/releases/BetterTouchTool.zip" expectedTeamID="DAFVSXZ82P" ;; +r) + # credit: Tadayuki Onishi (@kenchan0130) + name="R" + type="pkg" + downloadURL=$( curl -fsL https://formulae.brew.sh/api/cask/r.json | sed -n 's/^.*"url":"\([^"]*\)".*$/\1/p' ) + expectedTeamID="VZLD955F6P" + ;; # MARK: add new labels above here