mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Removing non-working labels
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
forticlientvpn)
|
||||
name="FortiClientUpdate"
|
||||
type="dmg"
|
||||
# This version of the installer only downloads another installer
|
||||
downloadURL="https://links.fortinet.com/forticlient/mac/vpnagent"
|
||||
appNewVersion=""
|
||||
installerTool="FortiClientUpdate.app"
|
||||
CLIInstaller="FortiClientUpdate.app/Contents/MacOS/FortiClientUpdate"
|
||||
CLIArguments=( )
|
||||
expectedTeamID="AH4XFXJ7DK"
|
||||
;;
|
||||
@@ -1,13 +0,0 @@
|
||||
parallelsdesktop)
|
||||
name="Parallels Desktop"
|
||||
#appName="Install.app"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs https://update.parallels.com/desktop/v17/parallels/parallels_updates.xml | xpath '(//ParallelsUpdates/Product/Version/Update/FilePath)[1]' 2>/dev/null | grep -oi "https*.*\.dmg")
|
||||
appNewVersion=$(curl -fs https://update.parallels.com/desktop/v17/parallels/parallels_updates.xml | xpath '(//ParallelsUpdates/Product/Version/Update/FilePath)[1]' 2>/dev/null | grep -oi "https*.*\.dmg" | cut -d "/" -f6 | cut -d "-" -f1)
|
||||
expectedTeamID="4C6364ACXT"
|
||||
CLIInstaller="Install.app/Contents/MacOS/Install"
|
||||
CLIArguments=(install -t "/Applications/Parallels Desktop.app")
|
||||
#Company="Parallels"
|
||||
#PatchSkip="YES"
|
||||
;;
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
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