View Single Post
Old 08-12-2021, 11:58 AM   #5
Wozzy
Member
 
Join Date: Mar 2018
Posts: 58
Default

Quote:
Originally Posted by edm View Post
Hi, on macOS the extension is different. Try this one:

Code:
curl -L -o displaylink.pkg -d fileId=1715 -d accept_submit=Accept https://www.displaylink.com/downloads/file
Thanks, looks to be working. Now trying to understand how to get that to work via installomator which is script for Mac app deployment.

https://github.com/Installomator/Installomator

For example an installomator entry using curl is like this, but I can't figure it out for DisplayLink.

Code:
malwarebytes)
    name="Malwarebytes"
    type="pkg"
    downloadURL="https://downloads.malwarebytes.com/file/mb3-mac"
    appNewVersion=$(curl -Ifs https://downloads.malwarebytes.com/file/mb3-mac | grep "location" | sed -E 's/.*-Mac-([0-9\.]*)\.pkg/\1/g')
    expectedTeamID="GVZRY6KDKR"
    ;;
Wozzy is offline   Reply With Quote