chore(install): flag TypeScript extraction

This commit is contained in:
Tianyi Cui
2026-07-22 17:31:10 +08:00
parent b72410b152
commit 25f06b4e29

View File

@@ -24,6 +24,8 @@
# DSH_SOURCE checkout location (default: ~/.dsh/source)
# DSH_BIN_DIR directory the `dsh` symlink lands in (default: ~/.local/bin)
# DSH_HOME Harness home holding the personal config (default: ~/.dsh)
# FIXME(install-ts): Move the post-checkout workflow into a tested TypeScript
# entrypoint; keep this POSIX shell file as the curl/source bootstrap.
set -eu
DSH_REF=${DSH_REF:-master}