Update stoatchat-install.sh

This commit is contained in:
MickLesk
2026-05-27 15:41:35 +02:00
parent 81333b4d7e
commit a9edfd0bc4

View File

@@ -39,7 +39,8 @@ fetch_and_deploy_gh_release "stoatchat" "stoatchat/stoatchat" "tarball"
msg_info "Building Backend (Patience)"
cd /opt/stoatchat
$STD cargo build --release --bins -j 2
CARGO_PROFILE_RELEASE_LTO=thin \
$STD cargo build --release --bins -j 2
msg_ok "Built Backend"
NODE_VERSION="22" setup_nodejs