diff --git a/Proxmox/complete-setup.sh b/Proxmox/complete-setup.sh index 4d83614..b0d6bf2 100755 --- a/Proxmox/complete-setup.sh +++ b/Proxmox/complete-setup.sh @@ -1,9 +1,10 @@ #!/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. + +# Install some more software, mostly monitoring tools. sensors and smartcl -a can provide monitoring data. lshw provides hardware info. +apt install screen curl htop iotop speedtest-cli smartmontools lm-sensors lshw #sysstat + # Download templates for Ubuntu Server 24.04.2 LTS / Proxmox Ubuntu Cloud image 24.04.2 for containers. pveam update diff --git a/Proxmox/vm-setup.sh b/Proxmox/vm-setup.sh index 55f918a..23be7b6 100755 --- a/Proxmox/vm-setup.sh +++ b/Proxmox/vm-setup.sh @@ -1,8 +1,3 @@ #!/usr/bin/env bash -#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 +apt install screen curl htop #iotop