From 4412cb08622249e93dbde0ca0e22818fca4c008c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 9 Oct 2025 01:16:04 +0800 Subject: [PATCH] Simpler documentation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6b43339..2f99af9 100755 --- a/install.sh +++ b/install.sh @@ -92,7 +92,7 @@ resolve_source_dir() { # 3) Fallback: fetch repository to a temp directory (works for curl | bash) local tmp - tmp="$(mktemp_dir)" + tmp="$(mktemp -d)" # Expand tmp now so trap doesn't depend on local scope trap "rm -rf '$tmp'" EXIT