From 50485071594c28ed91eb5c8d096ef433855ab968 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 5 Mar 2026 15:32:44 -0500 Subject: [PATCH] fix: remove error handling for LocalAGI build process in localagi-install.sh --- install/localagi-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/localagi-install.sh b/install/localagi-install.sh index 1664bc1ef..914816b13 100644 --- a/install/localagi-install.sh +++ b/install/localagi-install.sh @@ -49,10 +49,7 @@ cd /opt/localagi/webui/react-ui $STD bun install $STD bun run build cd /opt/localagi -$STD go build -o /usr/local/bin/localagi || { - msg_error "Failed to build LocalAGI from source" - exit 1 -} +$STD go build -o /usr/local/bin/localagi msg_ok "Built LocalAGI from source successfully" cat <<'EOF' >/etc/systemd/system/localagi.service