Update freshStart.sh

This commit is contained in:
2026-01-25 15:15:25 -05:00
parent 3e02e84f10
commit 2b8d3a7e38

View File

@@ -26,7 +26,7 @@ trap cleanup ERR
# Install dependencies
echo "Installing required packages..."
apt-get update
apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests lm-sensors fastfetch rsync fio jq
apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests lm-sensors fastfetch rsync fio jq sysstat
# Install Node Exporter
echo "Installing Prometheus Node Exporter..."