3 lines
107 B
Bash
3 lines
107 B
Bash
WGET_ARGS=( http://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/ \
|
|
-A '*.tar.xz' )
|