From b56e8d0bbb49f5bee98c4b43602bca3acaec1572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:47:46 +0200 Subject: [PATCH] MySpeed: Fix build step (#8427) * Fix build step * Fix build step --- install/myspeed-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/myspeed-install.sh b/install/myspeed-install.sh index 6cfe8ad8c..5ffeb29b2 100644 --- a/install/myspeed-install.sh +++ b/install/myspeed-install.sh @@ -16,7 +16,8 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ build-essential \ - ca-certificates + ca-certificates \ + python3-setuptools msg_ok "Installed Dependencies" NODE_VERSION="22" setup_nodejs