refactor(installer): 修改默认安装目录并优化提示符格式

- 将默认安装目录从 `/leonos` 改为 `/rc`
- 移除提示符中的多余空格
This commit is contained in:
2025-08-31 20:08:02 +08:00
parent 3adb90c606
commit 5d47ad1990

View File

@@ -1,6 +1,6 @@
-- LeonOS installer -- LeonOS installer
local DEFAULT_ROM_DIR = "/leonos" local DEFAULT_ROM_DIR = "/rc"
print("Downloading required libraries...") print("Downloading required libraries...")
print("Run installer step 1") print("Run installer step 1")
local function dl(f) local function dl(f)