![]() |
|
|
|
|
#1 |
|
Junior Member
Join Date: Oct 2019
Posts: 2
|
Hi,
It seems you're downloading the webpage instead of a file. You can try the following: Code:
curl -L -o displaylink.zip -d fileId=1576 -d accept_submit=Accept https://www.displaylink.com/downloads/file unzip displaylink.zip chmod +x displaylink-driver-5.3.1.34.run sudo ./displaylink-driver-5.3.1.34.run |
|
|
|
|
|
#2 | |
|
Member
Join Date: Mar 2018
Posts: 58
|
Quote:
trying to do this for the Mac version. I can see the file ID is 1715 but I'm not able to download. Any ideas? |
|
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Oct 2019
Posts: 2
|
Quote:
Code:
curl -L -o displaylink.pkg -d fileId=1715 -d accept_submit=Accept https://www.displaylink.com/downloads/file |
|
|
|
|
|
|
#4 | |
|
Member
Join Date: Mar 2018
Posts: 58
|
Quote:
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"
;;
|
|
|
|
|
![]() |
| Tags |
| download, ubuntu 20.04 lts server |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|