mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 06:13:14 +01:00
added R, closes #44
This commit is contained in:
@@ -749,11 +749,19 @@ nomad)
|
|||||||
expectedTeamID="AAPZK3CB24"
|
expectedTeamID="AAPZK3CB24"
|
||||||
;;
|
;;
|
||||||
bettertouchtool)
|
bettertouchtool)
|
||||||
|
# credit: Tadayuki Onishi (@kenchan0130)
|
||||||
name="BetterTouchTool"
|
name="BetterTouchTool"
|
||||||
type="zip"
|
type="zip"
|
||||||
downloadURL="https://folivora.ai/releases/BetterTouchTool.zip"
|
downloadURL="https://folivora.ai/releases/BetterTouchTool.zip"
|
||||||
expectedTeamID="DAFVSXZ82P"
|
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
|
# MARK: add new labels above here
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user