From 7d0b3a0c87c7226ea8ae8ddde56d56ca53da8a08 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 15 Aug 2025 09:55:22 +0200 Subject: [PATCH] Update system_utils.sh --- scripts/utilities/system_utils.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/utilities/system_utils.sh b/scripts/utilities/system_utils.sh index 72432c8..88cc4a9 100644 --- a/scripts/utilities/system_utils.sh +++ b/scripts/utilities/system_utils.sh @@ -143,7 +143,7 @@ EOF "btop" "$(translate "Modern resource monitor")" "OFF" "iftop" "$(translate "Real-time network usage")" "OFF" "iotop" "$(translate "Monitor disk I/O usage")" "OFF" - "iperf3" "$(translate "Network performance testing")" "OFF" + #"iperf3" "$(translate "Network performance testing")" "OFF" "ipset" "$(translate "Manage IP sets")" "OFF" "iptraf-ng" "$(translate "Network monitoring tool")" "OFF" "mlocate" "$(translate "Locate files quickly")" "OFF" @@ -302,7 +302,7 @@ EOF "btop:Modern resource monitor" "iftop:Real-time network usage" "iotop:Monitor disk I/O usage" - "iperf3:Network performance testing" + #"iperf3:Network performance testing" "ipset:Manage IP sets" "iptraf-ng:Network monitoring tool" "locate:Locate files quickly" @@ -361,7 +361,7 @@ EOF "btop:btop:Modern resource monitor" "iftop:iftop:Real-time network usage" "iotop:iotop:Monitor disk I/O usage" - "iperf3:iperf3:Network performance testing" + #"iperf3:iperf3:Network performance testing" "ipset:ipset:Manage IP sets" "iptraf-ng:iptraf-ng:Network monitoring tool" "mlocate:locate:Locate files quickly"