mirror of
https://github.com/dockur/windows.git
synced 2026-07-28 21:53:34 +07:00
Update install.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user