diff --git a/ct/cross-seed.sh b/ct/cross-seed.sh index 73371e019..416b9c2e7 100644 --- a/ct/cross-seed.sh +++ b/ct/cross-seed.sh @@ -25,6 +25,7 @@ function update_script() { check_container_resources NODE_VERSION="24" setup_nodejs + ensure_dependencies build-essential if command -v cross-seed &>/dev/null; then current_version=$(cross-seed --version) diff --git a/install/cross-seed-install.sh b/install/cross-seed-install.sh index 381a255d8..25a3f7ab8 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 install -y build-essential +msg_ok "Installed Dependencies" + NODE_VERSION="24" setup_nodejs msg_info "Setup Cross-Seed"