Add installer env preflight

This commit is contained in:
2026-05-14 20:26:20 +08:00
parent 525161dd0c
commit 7fa14229a3
4 changed files with 101 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ Repo 內提供:
# 例:用一次性 URL 安裝 vault-pass.txt
INSTALL_VAULT_PASS_METHOD=url \
VAULT_PASS_URL="https://example.com/one-time/vault-pass.txt" \
./scripts/install-vault-pass.sh --check-env
./scripts/install-vault-pass.sh
```