From ee22dd1138edf3001ff217bef2202594f01c3a07 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sun, 31 Aug 2025 17:34:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9ghload=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E4=BD=BF=E7=94=A8=E4=BB=A3=E7=90=86=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=B8=8B=E8=BD=BDgithub=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将github原始地址修改为通过代理服务访问,解决直接访问github可能被限制的问题 --- installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.lua b/installer.lua index 099cba1..1613ad8 100644 --- a/installer.lua +++ b/installer.lua @@ -31,7 +31,7 @@ function term.at(x, y) end print("Run installer step 5") local function ghload(f, c) - return assert(load(dl("https://raw.githubusercontent.com/"..f), + return assert(load(dl("https://gh.catmak.name/https://raw.githubusercontent.com/"..f), "="..(c or f), "t", _G))() end print("Run installer step 6")