Skip to content
Snippets Groups Projects

Fix the absolute path to the latest ISO

Merged David Runge requested to merge fix_latest_iso_location into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -121,7 +121,7 @@ prepare_boot() {
printf 'Error: Could not find latest ISO\n'
exit 1
else
iso="${PWD}/${_latest_iso##/*}"
iso="${tmpdir}/archlinux-${arch}.iso"
fi
fi
Loading