mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-11 06:34:58 +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
|
||||
|
||||
@@ -39,7 +39,8 @@ $STD meilisearch &
|
||||
$STD sleep 1
|
||||
$STD kill %%
|
||||
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 i -s vitest
|
||||
$STD npm ci --omit=dev
|
||||
|
||||
Reference in New Issue
Block a user