diff --git a/Labels.txt b/Labels.txt index dace850..630c004 100644 --- a/Labels.txt +++ b/Labels.txt @@ -240,6 +240,8 @@ r ramboxce rectangle redeye +remotix +remotixagent resiliosynchome retrobatch ricohpsprinters diff --git a/fragments/labels/remotix.sh b/fragments/labels/remotix.sh new file mode 100644 index 0000000..4a095d3 --- /dev/null +++ b/fragments/labels/remotix.sh @@ -0,0 +1,7 @@ +remotix) + name="Remotix" + type="dmg" + downloadURL="https://remotix.com/downloads/latest-remotix-mac/" + appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)-.*\.dmg/\1/g' ) + expectedTeamID="K293Y6CVN4" + ;; diff --git a/fragments/labels/remotixagent.sh b/fragments/labels/remotixagent.sh new file mode 100644 index 0000000..25539b5 --- /dev/null +++ b/fragments/labels/remotixagent.sh @@ -0,0 +1,8 @@ +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" + ;;