From 18f102942a2179915a9dbd0ba061d3f817c4a05d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:15:29 +0000 Subject: [PATCH] fix(cross-seed): add build-essential to resolve missing make error Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- install/cross-seed-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/cross-seed-install.sh b/install/cross-seed-install.sh index 381a255d8..62b9c6f3b 100644 --- a/install/cross-seed-install.sh +++ b/install/cross-seed-install.sh @@ -13,6 +13,10 @@ setting_up_container network_check update_os +msg_info "Installing Dependencies" +$STD apt-get install -y build-essential +msg_ok "Installed Dependencies" + NODE_VERSION="24" setup_nodejs msg_info "Setup Cross-Seed"