mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Remove oneliners
This commit is contained in:
@@ -40,7 +40,8 @@ function update_script() {
|
||||
msg_info "Updating $APP"
|
||||
$STD fetch_and_deploy_gh_release "$APP" "Flomp/wanderer" "tarball" "latest" "/opt/wanderer/source"
|
||||
cd /opt/wanderer/source/db
|
||||
$STD go mod tidy && $STD go build
|
||||
$STD go mod tidy
|
||||
$STD go build
|
||||
cd /opt/wanderer/source/web
|
||||
$STD npm ci --omit=dev
|
||||
$STD npm run build
|
||||
|
||||
Reference in New Issue
Block a user