Zerobyte: try to reduce RAM usage during build
This commit is contained in:
parent
54172c0a35
commit
2fb843528c
@ -43,7 +43,7 @@ function update_script() {
|
|||||||
msg_info "Building Zerobyte"
|
msg_info "Building Zerobyte"
|
||||||
cd /opt/zerobyte
|
cd /opt/zerobyte
|
||||||
$STD bun install
|
$STD bun install
|
||||||
$STD bun run build
|
$STD bun --smol run build
|
||||||
msg_ok "Built Zerobyte"
|
msg_ok "Built Zerobyte"
|
||||||
|
|
||||||
msg_info "Restoring Configuration"
|
msg_info "Restoring Configuration"
|
||||||
|
|||||||
@ -49,7 +49,7 @@ export VITE_RESTIC_VERSION=$(cat ~/.restic)
|
|||||||
export VITE_RCLONE_VERSION=$(cat ~/.rclone)
|
export VITE_RCLONE_VERSION=$(cat ~/.rclone)
|
||||||
export VITE_SHOUTRRR_VERSION=$(cat ~/.shoutrrr)
|
export VITE_SHOUTRRR_VERSION=$(cat ~/.shoutrrr)
|
||||||
$STD bun install
|
$STD bun install
|
||||||
$STD bun run build
|
$STD bun --smol run build
|
||||||
msg_ok "Built Zerobyte"
|
msg_ok "Built Zerobyte"
|
||||||
|
|
||||||
msg_info "Configuring Zerobyte"
|
msg_info "Configuring Zerobyte"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user