Removing non-working labels

This commit is contained in:
Søren Theilgaard
2021-11-16 09:32:14 +01:00
parent 891dab08d4
commit 53c629aa15
3 changed files with 0 additions and 41 deletions

View File

@@ -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"
;;

View File

@@ -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"
;;

View File

@@ -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"
;;