diff --git a/install/myspeed-install.sh b/install/myspeed-install.sh index 3af647492..6aac988dc 100644 --- a/install/myspeed-install.sh +++ b/install/myspeed-install.sh @@ -1,10 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2021-2025 tteck -# Author: tteck -# Co-Author: MickLesk (Canbiz) -# License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# Author: MickLesk (Canbiz) +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://github.com/gnmyt/myspeed source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" @@ -18,6 +16,9 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ curl \ + build-essential \ + g++ \ + make \ sudo \ make \ gpg \ @@ -73,4 +74,4 @@ msg_info "Cleaning up" $STD apt-get -y autoremove rm -rf /opt/MySpeed-$RELEASE.zip $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"