Update README: change script URL to private Git server

- Replace GitHub URL with git.nas.astrian.moe URL
- Now points to correct installation script location

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Astrian Zheng 2025-06-28 11:04:09 +10:00
parent da5ae005af
commit bc50c78353
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -5,7 +5,7 @@
## 🚀 一键安装 ## 🚀 一键安装
```bash ```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Astrian/mac-setup/main/install.sh)" bash -c "$(curl -fsSL https://git.nas.astrian.moe/Astrian/mac-setup/raw/branch/main/install.sh)"
``` ```
或者本地运行: 或者本地运行: