Skip to content

Fix the absolute path to the latest ISO

David Runge requested to merge fix_latest_iso_location into master

scripts/build_in_archiso_vm.sh: 8d96297d introduced a regression by which the filename of the downloaded latest ISO would still contain the URL path. Populate the iso variable with the temporary directory plus the remote filename for the iso instead.

Merge request reports