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:
+4
-4
@@ -650,10 +650,10 @@ extractImage() {
|
||||
local desc="local ISO"
|
||||
local file size
|
||||
|
||||
if enabled "${ISO_TEST:-}" && ! enabled "${UNPACK:-}"; then
|
||||
extractModernImage "$iso" "$dir" "$version"
|
||||
return $?
|
||||
fi
|
||||
#if enabled "${ISO_TEST:-}" && ! enabled "${UNPACK:-}"; then
|
||||
# extractModernImage "$iso" "$dir" "$version"
|
||||
# return $?
|
||||
#fi
|
||||
|
||||
if [ -z "$CUSTOM" ]; then
|
||||
desc="downloaded ISO"
|
||||
|
||||
Reference in New Issue
Block a user