mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-09 10:08:12 +00:00
fix: ensure proper command execution during LocalAGI source build process
This commit is contained in:
@@ -64,10 +64,10 @@ function update_script() {
|
||||
msg_info "Building LocalAGI from source"
|
||||
(
|
||||
cd /opt/localagi/webui/react-ui &&
|
||||
bun install &&
|
||||
bun run build &&
|
||||
$STD bun install &&
|
||||
$STD bun run build &&
|
||||
cd /opt/localagi &&
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user