From c484f2deb833c147428a79121c2282d6d9231105 Mon Sep 17 00:00:00 2001 From: Uber Veng Date: Fri, 29 May 2026 11:55:33 +0700 Subject: [PATCH] update install script 3 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ae62479..fe7f24f 100755 --- a/install.sh +++ b/install.sh @@ -108,8 +108,8 @@ fi echo "" ok "Launching ${BINARY}..." -if tty_dev=$(tty 2>/dev/null); then - exec "$INSTALL_DIR/$BINARY" <"$tty_dev" >"$tty_dev" 2>"$tty_dev" +if { true /dev/null; then + exec "$INSTALL_DIR/$BINARY" /dev/tty 2>/dev/tty else ok "Run: $BINARY" fi