Update script create VM

This commit is contained in:
MacRimi
2025-05-02 16:30:00 +02:00
parent ceaee0628a
commit 51f955834c
3 changed files with 8 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ function select_existing_iso() {
ISO_NAME="$ISO_FILE"
export ISO_PATH ISO_FILE ISO_NAME
export OS_TYPE="windows"
export OS_TYPE="2"
return 0
}
@@ -88,7 +88,7 @@ function detect_latest_iso_created() {
ISO_PATH="$ISO_FILE"
export ISO_PATH ISO_FILE ISO_NAME
export OS_TYPE="windows"
export OS_TYPE="2"
return 0
}