fix: 更新GitHub资源链接为镜像站点

将原始GitHub资源链接替换为gh.catmak.name镜像站点,并修正分支名称从primary到main
This commit is contained in:
2025-08-31 17:19:26 +08:00
parent 2cdd0449c5
commit 5df704f025
3 changed files with 4 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ end
for i=1, #to_dl do
local v = to_dl[i]
if v.type == "blob" and v.real_path ~= "unbios.lua" then
local data = dl("https://raw.githubusercontent.com/LeonMMcoset/LeonOS/primary/data/computercraft/lua/"..v.path)
local data = dl("https://gh.catmak.name/https://raw.githubusercontent.com/Leonmmcoset/LeonOS/refs/heads/main/data/computercraft/lua/"..v.path)
write(v.real_path)
progress(i, #to_dl)
if v.real_path == "bios.lua" then