1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

Fix Myspeed Installtion (#2308)

This commit is contained in:
CanbiZ 2025-02-12 19:01:56 +01:00 committed by GitHub
parent c892401218
commit 417d4089d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
msg_ok "Cleaned"