mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-05 15:46:47 -07:00
fix: stop old services before rebuild to prevent TUI noise flooding serial
This commit is contained in:
@@ -24,6 +24,9 @@ if [ -z "$GEMINI_API_KEY" ]; then
|
||||
fi
|
||||
echo "API key loaded (${#GEMINI_API_KEY} chars)"
|
||||
|
||||
# Stop old services before rebuilding (prevents TUI noise flooding serial)
|
||||
systemctl stop forever-agent chat-bridge 2>/dev/null || true
|
||||
|
||||
# Install Node.js + screen (first boot only)
|
||||
if ! command -v node &>/dev/null; then
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
|
||||
Reference in New Issue
Block a user