diff --git a/README.md b/README.md index 446339b..72243ee 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ If you see the "High Load" message for Claude 3.7 Sonnet, this indicates Cursor **macOS** ```bash -curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo bash +curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | tee /tmp/cursor_mac_id_modifier.sh && sudo chown root:wheel /tmp/cursor_mac_id_modifier.sh && sudo chmod +x /tmp/cursor_mac_id_modifier.sh && sudo bash /tmp/cursor_mac_id_modifier.sh && rm /tmp/cursor_mac_id_modifier.sh ``` **Linux** @@ -273,7 +273,7 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/ **macOS** ```bash -curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo bash +curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | tee /tmp/cursor_mac_id_modifier.sh && sudo chown root:wheel /tmp/cursor_mac_id_modifier.sh && sudo chmod +x /tmp/cursor_mac_id_modifier.sh && sudo bash /tmp/cursor_mac_id_modifier.sh && rm /tmp/cursor_mac_id_modifier.sh ``` **Linux** diff --git a/README_CN.md b/README_CN.md index a5713f1..6558749 100644 --- a/README_CN.md +++ b/README_CN.md @@ -178,7 +178,7 @@ We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade t **macOS** ```bash -curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo bash +curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | tee /tmp/cursor_mac_id_modifier.sh && sudo chown root:wheel /tmp/cursor_mac_id_modifier.sh && sudo chmod +x /tmp/cursor_mac_id_modifier.sh && sudo bash /tmp/cursor_mac_id_modifier.sh && rm /tmp/cursor_mac_id_modifier.sh ``` **Linux**