mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update Nlbench.sh
This commit is contained in:
parent
63c1666916
commit
4863412594
@ -187,7 +187,7 @@ install_dependencies() {
|
|||||||
update_system || echo -e "${RED}系统更新失败。继续安装依赖项。${NC}"
|
update_system || echo -e "${RED}系统更新失败。继续安装依赖项。${NC}"
|
||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
local dependencies=("curl" "wget" "iperf3" "jq" "bc" "netcat" "dnsutils" "iproute2")
|
local dependencies=("curl" "wget" "iperf3")
|
||||||
|
|
||||||
for dep in "${dependencies[@]}"; do
|
for dep in "${dependencies[@]}"; do
|
||||||
if ! command -v "$dep" &> /dev/null; then
|
if ! command -v "$dep" &> /dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user