update install script 4

This commit is contained in:
Uber Veng
2026-05-29 12:49:58 +07:00
parent c484f2deb8
commit b0407d6519

View File

@@ -109,7 +109,7 @@ fi
echo ""
ok "Launching ${BINARY}..."
if { true </dev/tty; } 2>/dev/null; then
exec "$INSTALL_DIR/$BINARY" </dev/tty >/dev/tty 2>/dev/tty
exec "$INSTALL_DIR/$BINARY"
else
ok "Run: $BINARY"
fi