10 lines
298 B
Bash
Raw Normal View History

2015-02-21 10:54:12 -06:00
#!/bin/sh
2015-06-24 07:55:33 -05:00
set -x
2015-02-21 10:54:12 -06:00
2015-06-24 07:55:33 -05:00
# The extra slash at the end of the URL is necessary to stop wget
# from recursing over the whole server! (No, it's not a bug.)
$(nix-build ../../../../.. --no-out-link -A autonix.manifest) \
http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/ \
-A '*.tar.xz'