aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-03-19 06:18:59 +0000
committerGitHub <noreply@github.com>2026-03-19 06:18:59 +0000
commit192819e4c27eb13919ec1537218f1289f3d4d3e2 (patch)
treecd64332b658cbe5f519d9b9ac4e92dbe04c47668
parentdocs: Remove 'experimental' status from Atuin Daemon (#3295) (diff)
parentfix: redirect tty0 when running setup (diff)
downloadatuin-192819e4c27eb13919ec1537218f1289f3d4d3e2.zip
fix: redirect tty0 when running setup (#3302)
## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 61e5459a..659b652b 100755
--- a/install.sh
+++ b/install.sh
@@ -151,7 +151,7 @@ else
fi
if [ "$ATUIN_NON_INTERACTIVE" != "yes" ]; then
- "$ATUIN_BIN" setup
+ "$ATUIN_BIN" setup </dev/tty
fi
cat << EOF