added rsync

This commit is contained in:
2025-09-03 15:03:14 -04:00
parent d7d473270e
commit 29f0157436

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