mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-31 14:23:26 +01:00
installerTool implemented
This commit is contained in:
@@ -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"
|
||||
|
||||
11
fragments/labels/forticlientvpn.sh
Normal file
11
fragments/labels/forticlientvpn.sh
Normal 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"
|
||||
;;
|
||||
Reference in New Issue
Block a user