Update freshStart.sh

This commit is contained in:
2025-12-22 18:03:05 -05:00
parent 900d554147
commit a1434ea266

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
apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests lm-sensors fastfetch rsync fio jq
# Install Node Exporter
echo "Installing Prometheus Node Exporter..."