update install script 5

This commit is contained in:
Uber Veng
2026-05-29 13:03:35 +07:00
parent a93f3ad9f6
commit 03e1311e90

View File

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