Update create VM

This commit is contained in:
MacRimi
2025-05-02 14:25:11 +02:00
parent 9533b7a664
commit c0ea774104
3 changed files with 37 additions and 0 deletions

View File

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