mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
386 B
Bash
9 lines
386 B
Bash
bettertouchtool)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="BetterTouchTool"
|
|
type="zip"
|
|
downloadURL="https://folivora.ai/releases/BetterTouchTool.zip"
|
|
appNewVersion=$(curl -fs https://updates.folivora.ai/bettertouchtool_release_notes.html | grep BetterTouchTool | head -n 2 | tail -n 1 | sed -E 's/.* ([0-9\.]*) .*/\1/g')
|
|
expectedTeamID="DAFVSXZ82P"
|
|
;;
|