mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-11 00:22:13 +02:00
Refactor localagi.sh for better readability
Removed unnecessary blank lines and improved script readability.
This commit is contained in:
committed by
GitHub
parent
de95940f53
commit
4a097d3655
@@ -37,12 +37,9 @@ function update_script() {
|
||||
msg_ok "Stopped Service"
|
||||
|
||||
create_backup /opt/localagi/.env
|
||||
|
||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "localagi" "mudler/LocalAGI" "tarball" "latest" "/opt/localagi"
|
||||
|
||||
restore_backup
|
||||
|
||||
|
||||
msg_info "Building LocalAGI"
|
||||
cd /opt/localagi/webui/react-ui
|
||||
$STD bun install
|
||||
|
||||
Reference in New Issue
Block a user