From 29f01574360a79f5eef6325bf84bef2794ca1104 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Wed, 3 Sep 2025 15:03:14 -0400 Subject: [PATCH] added rsync --- freshStart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freshStart.sh b/freshStart.sh index 6a658be..c6a412e 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 +apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests lm-sensors neofetch rsync # Install Node Exporter echo "Installing Prometheus Node Exporter..."