Skip to content

Commit b56e8d0

Browse files
authored
MySpeed: Fix build step (#8427)
* Fix build step * Fix build step
1 parent 32d98aa commit b56e8d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/myspeed-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ update_os
1616
msg_info "Installing Dependencies"
1717
$STD apt install -y \
1818
build-essential \
19-
ca-certificates
19+
ca-certificates \
20+
python3-setuptools
2021
msg_ok "Installed Dependencies"
2122

2223
NODE_VERSION="22" setup_nodejs

0 commit comments

Comments
 (0)