Update install.sh

This commit is contained in:
Kroese
2026-07-28 16:34:04 +02:00
committed by GitHub
parent 8217a614c6
commit ab9ed89d1f
+7
View File
@@ -1272,6 +1272,13 @@ buildIsoPrototype() {
local iso="$1"
local dir="$2"
if ! isoinfo -d -i "$iso" > /dev/null 2>&1; then
info "Skipping PyCdlib prototype for non-ISO source: ${iso##*/}"
buildImage "$dir"
return
fi
local test_dir="$STORAGE/iso-test"
local py_iso="$TMP/pycdlib.iso"
local gen_iso="$test_dir/genisoimage.iso"