MySpeed: Fix build step (#8427)

* Fix build step

* Fix build step
This commit is contained in:
Slaviša Arežina
2025-10-17 14:47:46 +02:00
committed by GitHub
parent 32d98aa3c5
commit b56e8d0bbb

View File

@@ -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