mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-12 00:26:28 +00:00
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 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
|
||||
|
||||
Reference in New Issue
Block a user