From 280f41285bfa091c1652985eed0914a027be0915 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 25 Nov 2025 20:45:45 -0500 Subject: [PATCH] Update freshStart.sh --- freshStart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freshStart.sh b/freshStart.sh index c6a412e..0b8c349 100644 --- a/freshStart.sh +++ b/freshStart.sh @@ -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..."