From bc50c78353cf674eeba9ef3f96b8ca25bc072b26 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Sat, 28 Jun 2025 11:04:09 +1000 Subject: [PATCH] Update README: change script URL to private Git server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace GitHub URL with git.nas.astrian.moe URL - Now points to correct installation script location 🤖 Generated with Claude Code Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e228456..f95d6b4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## 🚀 一键安装 ```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)" ``` 或者本地运行: