Update freshStart.sh

This commit is contained in:
2025-11-25 20:45:45 -05:00
parent 29f0157436
commit 280f41285b

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