mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
更新macOS安装脚本,改用临时文件执行以增强安全性和可读性,确保用户在执行过程中获得更好的体验。
This commit is contained in:
parent
7b0e701422
commit
6c8a458be2
@ -246,7 +246,7 @@ If you see the "High Load" message for Claude 3.7 Sonnet, this indicates Cursor
|
|||||||
**macOS**
|
**macOS**
|
||||||
|
|
||||||
```bash
|
```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**
|
**Linux**
|
||||||
@ -273,7 +273,7 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/
|
|||||||
**macOS**
|
**macOS**
|
||||||
|
|
||||||
```bash
|
```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**
|
**Linux**
|
||||||
|
@ -178,7 +178,7 @@ We're experiencing high demand for Claude 3.7 Sonnet right now. Please upgrade t
|
|||||||
**macOS**
|
**macOS**
|
||||||
|
|
||||||
```bash
|
```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**
|
**Linux**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user