mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
316 B
Bash
9 lines
316 B
Bash
parallels)
|
|
# This downloads an installer app, so not really useful here
|
|
name="Parallels Desktop"
|
|
type="dmg"
|
|
downloadURL="https://parallels.com/directdownload/pd15/"
|
|
appNewVersion=$(curl -fsIL "${downloadURL}" | grep -i ^location | tail -1 | cut -d "/" -f6)
|
|
expectedTeamID="4C6364ACXT"
|
|
;;
|