fix: remove error handling for LocalAGI build process in localagi-install.sh
This commit is contained in:
@@ -49,10 +49,7 @@ cd /opt/localagi/webui/react-ui
|
|||||||
$STD bun install
|
$STD bun install
|
||||||
$STD bun run build
|
$STD bun run build
|
||||||
cd /opt/localagi
|
cd /opt/localagi
|
||||||
$STD go build -o /usr/local/bin/localagi || {
|
$STD go build -o /usr/local/bin/localagi
|
||||||
msg_error "Failed to build LocalAGI from source"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
msg_ok "Built LocalAGI from source successfully"
|
msg_ok "Built LocalAGI from source successfully"
|
||||||
|
|
||||||
cat <<'EOF' >/etc/systemd/system/localagi.service
|
cat <<'EOF' >/etc/systemd/system/localagi.service
|
||||||
|
|||||||
Reference in New Issue
Block a user