Added lm-sensors for proxdoc and neofetch for fun

This commit is contained in:
2025-07-24 20:07:43 -04:00
parent f050b8de06
commit 5b0b2ce43c

View File

@ -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..."