Commit Graph

3 Commits

Author SHA1 Message Date
dda67b180d v1.19.21 2026-03-21 13:58:10 +08:00
3740c60d89 Fix brace parsing bug in CLASH_DOWNLOAD_URL_TEMPLATE default value
The `}` in `{arch}` prematurely closes the `${...:-...}` parameter
expansion, causing the default URL to be truncated to
`clash-{arch.gz}` instead of `clash-{arch}.gz`. The subsequent
`{arch}` replacement then fails silently.

Extract the default URL into a separate variable to avoid the
nested brace conflict.
2026-03-03 11:08:08 +08:00
9e4eb7f76c Add install scripts and Clash core auto-download 2026-01-14 12:25:38 +08:00