Update create VM

This commit is contained in:
MacRimi
2025-10-20 20:22:31 +02:00
parent e78d8e1ae6
commit 60707c3868
2 changed files with 9 additions and 7 deletions

View File

@@ -264,9 +264,10 @@ else
fi
export OS_TYPE="windows"
export LANGUAGE=C
export LANG=C
export LC_ALL=C
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANGUAGE=en_US:en
load_language
initialize_cache
@@ -276,9 +277,10 @@ fi
else
msg_warn "$(translate "No ISO was generated.")"
rm -rf "$TMP_DIR" "$CONVERTER"
export LANGUAGE=C
export LANG=C
export LC_ALL=C
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANGUAGE=en_US:en
load_language
initialize_cache
msg_success "$(translate "Press Enter to return to menu...")"

View File

@@ -449,7 +449,7 @@ select_interface_type
</table>
<p>
<a href='https://macrimi.github.io/ProxMenux/docs/create-vm/synology' target='_blank'><img src='https://img.shields.io/badge/📚_Docs-blue' alt='Docs'></a>
<a href='https://macrimi.github.io/ProxMenux/docs/create-vm' target='_blank'><img src='https://img.shields.io/badge/📚_Docs-blue' alt='Docs'></a>
<a href='https://github.com/MacRimi/ProxMenux/blob/main/scripts/vm/create_vm.sh' target='_blank'><img src='https://img.shields.io/badge/💻_Code-green' alt='Code'></a>
<a href='https://ko-fi.com/macrimi' target='_blank'><img src='https://img.shields.io/badge/☕_Ko--fi-red' alt='Ko-fi'></a>
</p>