Commit Graph

28 Commits

Author SHA1 Message Date
eebfe77a18 rectification 2026-03-20 21:05:58 +08:00
0bd74ee2ed del 2026-03-20 21:05:37 +08:00
82164d23de Update generate_config.sh 2026-03-20 17:49:18 +08:00
7af2937685 Update generate_config.sh 2026-03-20 17:43:42 +08:00
771ef38039 clashctl conf\backup.yaml runtime\config.yaml scripts\generate_config.sh scripts\install_systemd.sh scripts\run_clash.sh scripts\service_lib.sh 2026-03-20 16:51:29 +08:00
f42600f2e5 Create clash-env.sh 2026-03-20 13:57:59 +08:00
f8a35b7bc4 Update install_systemd.sh 2026-03-17 01:06:17 +08:00
e21f7428b5 Update get_cpu_arch.sh 2026-03-17 01:06:15 +08:00
fa36c30b9f Update get_cpu_arch.sh 2026-03-16 23:58:54 +08:00
63755f5e05 Update install_systemd.sh 2026-03-16 21:56:32 +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
1f2ad9609d resolve_subconverter.sh 2026-01-18 16:24:23 +08:00
f278ae30a1 Update clash_profile_conversion.sh 2026-01-17 20:06:15 +08:00
297dc53373 scripts\clash_profile_conversion.sh start.sh 2026-01-17 19:40:12 +08:00
1ddaa07ffb Reapply "clash_profile_conversion.sh resolve_subconverter.sh"
This reverts commit 9dcc0a85e5.
2026-01-16 15:57:57 +08:00
9dcc0a85e5 Revert "clash_profile_conversion.sh resolve_subconverter.sh"
This reverts commit 1cb8091c70.
2026-01-16 15:52:05 +08:00
1cb8091c70 clash_profile_conversion.sh resolve_subconverter.sh 2026-01-16 15:17:27 +08:00
1e7e2d5ed8 root 2026-01-15 22:50:05 +08:00
f8b6c8cea6 scripts\install_systemd.sh shutdown.sh start.sh 2026-01-15 13:49:23 +08:00
0e1bf1d230 Update resolve_subconverter.sh 2026-01-15 12:21:32 +08:00
bff3f13280 Update install_systemd.sh 2026-01-14 17:54:31 +08:00
53a9776092 Update install_systemd.sh 2026-01-14 17:44:28 +08:00
7cb66e7da1 Add subscription management, mixin, and tun support 2026-01-14 13:55:06 +08:00
90f63e54e8 Add clashctl and auto port selection 2026-01-14 13:31:05 +08:00
9e4eb7f76c Add install scripts and Clash core auto-download 2026-01-14 12:25:38 +08:00
3fd3d2d5b7 Improve architecture support and systemd config 2026-01-14 11:14:04 +08:00
a8982d6d3d Add systemd installer and non-root support 2026-01-13 23:46:40 +08:00
2da776f6e4 提交 2023-11-25 17:24:14 +08:00