diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-18 23:16:36 -0700 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2026-03-18 23:16:36 -0700 |
| commit | 977c5403c05238a05a0aa24c797a5aa352e70af1 (patch) | |
| tree | cd64332b658cbe5f519d9b9ac4e92dbe04c47668 /install.sh | |
| parent | docs: Remove 'experimental' status from Atuin Daemon (#3295) (diff) | |
| download | atuin-977c5403c05238a05a0aa24c797a5aa352e70af1.zip | |
fix: redirect tty0 when running setup
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ else fi if [ "$ATUIN_NON_INTERACTIVE" != "yes" ]; then - "$ATUIN_BIN" setup + "$ATUIN_BIN" setup </dev/tty fi cat << EOF |
