mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 06:47:00 +00:00
fix: 修正用户名大小写不一致问题
统一将代码中的用户名"LeonMMcoset"修改为"Leonmmcoset",包括LICENSE文件、安装脚本和更新脚本中的引用,以及unbios.lua中的注释。确保所有引用保持一致。
This commit is contained in:
@@ -128,7 +128,7 @@ header()
|
||||
|
||||
write("Getting repository tree...")
|
||||
|
||||
local repodata = json.decode(dl("https://api.github.com/repos/LeonMMcoset/LeonOS/git/trees/primary?recursive=1"))
|
||||
local repodata = json.decode(dl("https://api.github.com/repos/Leonmmcoset/LeonOS/git/trees/primary?recursive=1"))
|
||||
|
||||
write("Filtering files...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user