SKIRT / SKIRT9

SKIRT version 9 -- advanced radiative transfer in dusty systems
http://www.skirt.ugent.be
GNU Affero General Public License v3.0
35 stars 30 forks source link

Check that unzip is available in downloadResources #84

Closed bwvdnbro closed 3 years ago

bwvdnbro commented 3 years ago

Description The downloadResources.sh script did not check that unzip is available before downloading the resources, which would lead to an unnecessary download of 650MB. I added an additional check before the download starts to make sure the downloaded archives can be unzipped.

Context When installing SKIRT within a Docker container, the base image might not have unzip available. Installing unzip takes a few seconds, but if you only notice it is missing after the download completed, this leads to a lot of unnecessary network traffic.