Files
Installomator/fragments/labels/remotixagent.sh
Søren Theilgaard 819d1ec7c4 remotix labels
```
% /Users/st/Documents/GitHub/Installomator/utils/assemble.sh -r remotix
2021-11-04 15:27:36 remotix ################## Start Installomator v. 0.8.0
2021-11-04 15:27:36 remotix ################## remotix
2021-11-04 15:27:36 remotix BLOCKING_PROCESS_ACTION=tell_user
2021-11-04 15:27:36 remotix NOTIFY=success
2021-11-04 15:27:36 remotix LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2021-11-04 15:27:36 remotix no blocking processes defined, using Remotix as default
2021-11-04 15:27:36 remotix Changing directory to /Users/st/Documents/GitHub/Installomator/build
2021-11-04 15:27:37 remotix App(s) found:
2021-11-04 15:27:37 remotix could not find Remotix.app
2021-11-04 15:27:37 remotix appversion:
2021-11-04 15:27:37 remotix Latest version of Remotix is 6.4.2
2021-11-04 15:27:37 remotix Downloading https://remotix.com/downloads/latest-remotix-mac/ to Remotix.dmg
2021-11-04 15:27:54 remotix DEBUG mode, not checking for blocking processes
2021-11-04 15:27:54 remotix Installing Remotix
2021-11-04 15:27:54 remotix Mounting /Users/st/Documents/GitHub/Installomator/build/Remotix.dmg
2021-11-04 15:27:58 remotix Mounted: /Volumes/Remotix
2021-11-04 15:27:58 remotix Verifying: /Volumes/Remotix/Remotix.app
2021-11-04 15:28:06 remotix Team ID matching: K293Y6CVN4 (expected: K293Y6CVN4 )
2021-11-04 15:28:06 remotix Downloaded version of Remotix is 6.4.2 (replacing version ).
2021-11-04 15:28:06 remotix DEBUG enabled, skipping remove, copy and chown steps
2021-11-04 15:28:06 remotix Finishing…
2021-11-04 15:28:16 remotix App(s) found:
2021-11-04 15:28:16 remotix could not find Remotix.app
2021-11-04 15:28:16 remotix Installed Remotix
2021-11-04 15:28:16 remotix notifying
2021-11-04 15:28:17 remotix Unmounting /Volumes/Remotix
"disk5" ejected.
2021-11-04 15:28:17 remotix DEBUG mode, not reopening anything
2021-11-04 15:28:17 remotix ################## End Installomator, exit code 0

% /Users/st/Documents/GitHub/Installomator/utils/assemble.sh -r remotixagent
2021-11-04 15:28:37 remotixagent ################## Start Installomator v. 0.8.0
2021-11-04 15:28:37 remotixagent ################## remotixagent
2021-11-04 15:28:37 remotixagent BLOCKING_PROCESS_ACTION=tell_user
2021-11-04 15:28:37 remotixagent NOTIFY=success
2021-11-04 15:28:37 remotixagent LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2021-11-04 15:28:37 remotixagent no blocking processes defined, using RemotixAgent as default
2021-11-04 15:28:37 remotixagent Changing directory to /Users/st/Documents/GitHub/Installomator/build
2021-11-04 15:28:38 remotixagent No version found using packageID com.nulana.rxagentmac
2021-11-04 15:28:38 remotixagent App(s) found:
2021-11-04 15:28:38 remotixagent could not find RemotixAgent.app
2021-11-04 15:28:38 remotixagent appversion:
2021-11-04 15:28:38 remotixagent Latest version of RemotixAgent is 1.5.15
2021-11-04 15:28:38 remotixagent Downloading https://remotix.com/downloads/latest-agent-mac/ to RemotixAgent.pkg
2021-11-04 15:28:50 remotixagent DEBUG mode, not checking for blocking processes
2021-11-04 15:28:50 remotixagent Installing RemotixAgent
2021-11-04 15:28:51 remotixagent Verifying: RemotixAgent.pkg
2021-11-04 15:28:51 remotixagent Team ID: K293Y6CVN4 (expected: K293Y6CVN4 )
2021-11-04 15:28:51 remotixagent DEBUG enabled, skipping installation
2021-11-04 15:28:51 remotixagent Finishing…
2021-11-04 15:29:01 remotixagent No version found using packageID com.nulana.rxagentmac
2021-11-04 15:29:01 remotixagent App(s) found:
2021-11-04 15:29:01 remotixagent could not find RemotixAgent.app
2021-11-04 15:29:01 remotixagent Installed RemotixAgent
2021-11-04 15:29:01 remotixagent notifying
2021-11-04 15:29:02 remotixagent DEBUG mode, not reopening anything
2021-11-04 15:29:02 remotixagent ################## End Installomator, exit code 0
```
2021-11-04 15:34:26 +01:00

9 lines
319 B
Bash

remotixagent)
name="RemotixAgent"
type="pkg"
packageID="com.nulana.rxagentmac"
downloadURL="https://remotix.com/downloads/latest-agent-mac/"
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)-.*\.pkg/\1/g' )
expectedTeamID="K293Y6CVN4"
;;