Skip to content

Commit

Permalink
no-tty
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Oct 27, 2024
1 parent a945e27 commit cfae403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
# POSIX way to get script's dir: https://stackoverflow.com/a/29834779/12156188
script_dir="$(cd -P -- "$(dirname -- "$(command -v -- "$0")")" && pwd -P)"

set -- init --apply --source="${script_dir}"
set -- init --apply --source="${script_dir}" --no-tty

echo "Running 'chezmoi $*'" >&2
# exec: replace current process with chezmoi
Expand Down

0 comments on commit cfae403

Please sign in to comment.