Skip to content

Instantly share code, notes, and snippets.

@machinekoder
Created May 1, 2014 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save machinekoder/a497e918431a97161c08 to your computer and use it in GitHub Desktop.
Save machinekoder/a497e918431a97161c08 to your computer and use it in GitHub Desktop.
Download and start latest Qt SDK online installer
#!/bin/bash
HOST=linux-x64
lynx -dump -listonly http://download.qt-project.org/official_releases/online_installers/ | grep "\<http:.*$HOST.*online.run\>" -oh | tail -n 1 | xargs wget
chmod +x qt*$HOST*run
./qt*$HOST*run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment