docs(installer): 修改安装程序中的提示文本

将“安装目录”改为更准确的“计算机”以明确文件将被覆盖的范围
This commit is contained in:
2025-09-01 16:51:06 +08:00
parent cf6aa7858e
commit ad4f844668

View File

@@ -90,7 +90,7 @@ term.at(1, 2)
tu.coloredPrint(colors.yellow,
"LeonOS Installer (v"..INSTALLER_VERSION..")\n=======================")
tu.coloredPrint("You are going to install LeonOS "..rc.version().." to your computer.")
tu.coloredPrint("This will ",colors.red,"OVERWRITE any existing files", colors.white, " in the installation directory.")
tu.coloredPrint("This will ",colors.red,"OVERWRITE any existing files", colors.white, " in the computer.")
tu.coloredPrint(colors.yellow, "Are you sure? (y/n)")
local confirm = read()
if confirm ~= "y" then