diff --git a/ct/zerobyte.sh b/ct/zerobyte.sh index d027a67ff..af742db6a 100644 --- a/ct/zerobyte.sh +++ b/ct/zerobyte.sh @@ -43,7 +43,7 @@ function update_script() { msg_info "Building Zerobyte" cd /opt/zerobyte $STD bun install - $STD bun run build + $STD bun --smol run build msg_ok "Built Zerobyte" msg_info "Restoring Configuration" diff --git a/install/zerobyte-install.sh b/install/zerobyte-install.sh index 8407c9a02..7fd6cfe88 100644 --- a/install/zerobyte-install.sh +++ b/install/zerobyte-install.sh @@ -49,7 +49,7 @@ export VITE_RESTIC_VERSION=$(cat ~/.restic) export VITE_RCLONE_VERSION=$(cat ~/.rclone) export VITE_SHOUTRRR_VERSION=$(cat ~/.shoutrrr) $STD bun install -$STD bun run build +$STD bun --smol run build msg_ok "Built Zerobyte" msg_info "Configuring Zerobyte"