3 lines
173 B
Bash
Executable file
3 lines
173 B
Bash
Executable file
WGET_ARGS=( http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/ \
|
|
http://download.qt.io/community_releases/5.5/5.5.1/ \
|
|
-A '*.tar.xz' )
|