View Single Post
Old 02-05-2021, 11:34 AM   #2
edm
Junior Member
 
Join Date: Oct 2019
Posts: 2
Default

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
edm is offline   Reply With Quote