From 5b0b2ce43c8b0f5a5f4399a90f034253724ed300 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 24 Jul 2025 20:07:43 -0400 Subject: [PATCH] Added lm-sensors for proxdoc and neofetch for fun --- freshStart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freshStart.sh b/freshStart.sh index f99bcd1..117a963 100644 --- a/freshStart.sh +++ b/freshStart.sh @@ -8,7 +8,7 @@ echo "Starting Proxmox fresh installation script..." # Install dependencies echo "Installing required packages..." apt-get update -apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests +apt-get install -y python3-pip smartmontools iperf3 python3-psutil python3-requests, lm-sensors, neofetch # Install Node Exporter echo "Installing Prometheus Node Exporter..."