mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-15 13:20:58 +00:00
added R, closes #44
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user