diff --git a/freshStart.sh b/freshStart.sh index ed33a2d..2826e80 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 fastfetch rsync +apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests lm-sensors fastfetch rsync fio # Install Node Exporter echo "Installing Prometheus Node Exporter..."