feat: 添加ver命令并更新LeonOS版本至0.1.8

- 新增ver命令用于显示LeonOS版本信息
- 更新installer.lua和bios.lua中的版本号至0.1.8
- 为ver命令添加shell别名和补全功能
This commit is contained in:
2025-09-01 16:29:34 +08:00
parent d911c3af34
commit 565da37a34
5 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.1.7"
local INSTALLER_VERSION = "0.1.8"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer...")