From 400caf847e2ead846ce96f0380ddad8bb957d97d Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Mon, 7 Apr 2025 01:38:46 -0600 Subject: [PATCH] Add more hardware information and sensor tools to default setup. --- Proxmox/complete-setup.sh | 6 ++++-- Proxmox/vm-setup.sh | 9 +++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Proxmox/complete-setup.sh b/Proxmox/complete-setup.sh index 8831d13..4d83614 100755 --- a/Proxmox/complete-setup.sh +++ b/Proxmox/complete-setup.sh @@ -1,4 +1,7 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash + +# Install some more software, mostly monitoring tools. sensors and smartcl -a can provide data. +bash vm-setup.sh # This script is untested, use at your own risk. # Download templates for Ubuntu Server 24.04.2 LTS / Proxmox Ubuntu Cloud image 24.04.2 for containers. @@ -10,4 +13,3 @@ pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst cd /var/lib/vz/template/iso/ wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso - diff --git a/Proxmox/vm-setup.sh b/Proxmox/vm-setup.sh index 11daaf9..55f918a 100755 --- a/Proxmox/vm-setup.sh +++ b/Proxmox/vm-setup.sh @@ -1,3 +1,8 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash -apt install screen curl htop iotop speedtest-cli sysstat smartmontools \ No newline at end of file +#This should be for the host. +apt install screen curl htop iotop speedtest-cli sysstat smartmontools lm-sensors lshw + +#This should be for the VM. + +#apt install screen curl htop \ No newline at end of file