aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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