Create parallels.sh

This commit is contained in:
Søren Theilgaard
2021-09-09 21:25:33 +02:00
parent 8fdfaadf6d
commit d603a2805b

View File

@@ -0,0 +1,8 @@
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"
;;