Update freshStart.sh

This commit is contained in:
2025-11-29 15:50:14 -05:00
parent 2e6ab62c66
commit a300f544bb

View File

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