mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
540 B
Bash
9 lines
540 B
Bash
wacomdrivers)
|
|
name="Wacom Desktop Center"
|
|
type="pkgInDmg"
|
|
downloadURL="$(curl -fs https://www.wacom.com/en-us/support/product-support/drivers | grep -e "drivers/mac/professional.*dmg" | head -1 | tr '"' "\n" | grep -i http)"
|
|
expectedTeamID="EG27766DY7"
|
|
#pkgName="Install Wacom Tablet.pkg"
|
|
appNewVersion="$(curl -fs https://www.wacom.com/en-us/support/product-support/drivers | grep mac/professional/releasenotes | head -1 | tr '"' "\n" | grep -e "Driver [0-9][-0-9.]*" | sed -E 's/Driver ([-0-9.]*).*/\1/g')"
|
|
;;
|