mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-29 14:23:06 +01:00
more labels
Adding a few labels to see it in a bigger picture
This commit is contained in:
17
fragments/labels/parallelsdesktop16.sh
Normal file
17
fragments/labels/parallelsdesktop16.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
parallelsdesktop16)
|
||||
name="Parallels Desktop"
|
||||
#appName="Install.app"
|
||||
type="dmg"
|
||||
if [[ $(arch) == i386 ]]; then
|
||||
downloadURL="https://www.parallels.com/directdownload/pd16/intel/?experience=enter_key"
|
||||
elif [[ $(arch) == arm64 ]]; then
|
||||
downloadURL="https://www.parallels.com/directdownload/pd16/m1/?experience=enter_key"
|
||||
fi
|
||||
appNewVersion=$( curl -fsIL "$downloadURL" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)-[0-9]*\..*/\1/g' )
|
||||
expectedTeamID="4C6364ACXT"
|
||||
CLIInstaller="Install.app/Contents/MacOS/Install"
|
||||
CLIArguments=(install -t "/Applications/Parallels Desktop.app")
|
||||
#Company="Parallels"
|
||||
#PatchSkip="YES"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user