mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:01:12 +00:00
fix: 更新版本号至0.3.1并修复空参数问题
更新installer.lua、bios.lua和pkg.lua中的版本号至0.3.1 在pkg.lua中添加参数过滤逻辑,避免空参数导致的问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- LeonOS installer
|
||||
local INSTALLER_VERSION = "0.3.0"
|
||||
local INSTALLER_VERSION = "0.3.1"
|
||||
local DEFAULT_ROM_DIR = "/leonos"
|
||||
|
||||
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")
|
||||
|
||||
Reference in New Issue
Block a user