mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
docs(installer): 修改安装程序中的提示文本
将“安装目录”改为更准确的“计算机”以明确文件将被覆盖的范围
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user