mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
Create parallels.sh
This commit is contained in:
8
fragments/disabled/parallels.sh
Normal file
8
fragments/disabled/parallels.sh
Normal 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"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user