fix: remove error handling for LocalAGI build process in localagi-install.sh

This commit is contained in:
John Doe
2026-03-05 15:32:44 -05:00
parent 22fe50ee64
commit 5048507159

View File

@@ -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