mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
345 B
Bash
8 lines
345 B
Bash
balsamiqwireframes)
|
|
# credit: Gabe Marchan (gabemarchan.com - @darklink87)
|
|
name="Balsamiq Wireframes"
|
|
type="dmg"
|
|
downloadURL=https://builds.balsamiq.com/bwd/$(curl -fs "https://builds.balsamiq.com" | awk -F "<Key>bwd/" "/dmg/ {print \$3}" | awk -F "</Key>" "{print \$1}" | sed "s/ /%20/g")
|
|
expectedTeamID="3DPKD72KQ7"
|
|
;;
|