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

@@ -112,7 +112,7 @@ function select_linux_iso_official() {
cut -c1-63)
export ISO_NAME ISO_TYPE ISO_URL ISO_FILE ISO_PATH HN
export OS_TYPE="linux"
export OS_TYPE="3"
return 0
}
@@ -194,7 +194,7 @@ function select_linux_custom_iso() {
ISO_NAME="$ISO_FILE"
export ISO_PATH ISO_FILE ISO_NAME
export OS_TYPE="linux"
export OS_TYPE="3"
return 0
}