installerTool implemented

This commit is contained in:
Søren Theilgaard
2021-11-15 14:25:57 +01:00
parent 4aa7cd7793
commit 891dab08d4
7 changed files with 41 additions and 17 deletions

View File

@@ -9,6 +9,7 @@ adobecreativeclouddesktop)
fi
#downloadURL=$(curl -fs "https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html" | grep -o "https*.*dmg" | head -1)
appNewVersion=$(curl -fs "https://helpx.adobe.com/creative-cloud/release-note/cc-release-notes.html" | grep "mandatory" | head -1 | grep -o "Version *.* released" | cut -d " " -f2)
installerTool="Install.app"
CLIInstaller="Install.app/Contents/MacOS/Install"
CLIArguments=(--mode=silent)
expectedTeamID="JQ525L2MZD"

View File

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