From 531985f0c90d2237f1317b7d5a9bdfe5b818821a Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Sun, 27 Oct 2024 10:38:28 -0400 Subject: [PATCH] Use script for pseudo-TTY --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 46995f9d..b061d1fc 100755 --- a/install.sh +++ b/install.sh @@ -27,4 +27,4 @@ set -- init --apply --source="${script_dir}" echo "Running 'chezmoi $*'" >&2 # exec: replace current process with chezmoi -exec "$chezmoi" "$@" +exec script -q -c "$chezmoi" "$@"