fix(deploy): automatically download .agents/skills from Gitea if missing in installer

This commit is contained in:
2026-06-23 23:16:00 +09:00
parent 82dcb78a85
commit 1d2eca57ce
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ This directory contains packaging templates and installation scripts to deploy t
Once you push this repository to your Gitea instance, users can install it in their local workspace directory by running:
```bash
curl -fsSL https://<your-gitea-domain>/<username>/multi-agent-mux/raw/branch/main/deploy/install.sh | bash
curl -fsSL https://git.godopu.com/tmpl/multi-agent-mux/raw/branch/main/deploy/install.sh | bash
```
Alternatively, if they have cloned the repository, they can execute: