From ad4f8446680e78d0f6ca38f78e85882ae7839f15 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Mon, 1 Sep 2025 16:51:06 +0800 Subject: [PATCH] =?UTF-8?q?docs(installer):=20=E4=BF=AE=E6=94=B9=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=A8=8B=E5=BA=8F=E4=B8=AD=E7=9A=84=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将“安装目录”改为更准确的“计算机”以明确文件将被覆盖的范围 --- installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.lua b/installer.lua index 2276b20..da8b6c8 100644 --- a/installer.lua +++ b/installer.lua @@ -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