From 6d27075389aa910dc9cdb019ff2b6488878c0a89 Mon Sep 17 00:00:00 2001 From: elseif Date: Sat, 13 Sep 2025 03:39:43 +0800 Subject: [PATCH] Update index.html Signed-off-by: elseif --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 09ee0a3..8f5dde4 100644 --- a/index.html +++ b/index.html @@ -847,7 +847,7 @@ function updateCommand(version) { const tool = document.querySelector('input[name="tool"]:checked').value; let cmd; - const proxy = `${localStorage.getItem("gh-proxy-enabled") === "true"?" | sed 's#https://github.com#https:/gh-proxy.com/https://github.com#g'":""}`; + const proxy = `${localStorage.getItem("gh-proxy-enabled") === "true"?" | sed 's#https://github.com#https://gh-proxy.com/https://github.com#g'":""}`; if (tool === "curl") { cmd = `
curl https://mikrotik.ltd/chr.sh${proxy} | bash -s ${version}
`; } else {