Change installation display language
During installation, if you want to change the installation language, you can refer to the following method settings:
Change the display language to Chinese
export LANG="zh_CN.UTF-8"
Change the display language to English
export LANG="en_US.UTF-8"
If garbled code is encountered during deployment, it is also necessary to set the character set of SSH terminal to UTF-8