Update code to be more clear and explain the commented-out portion.

This commit is contained in:
Josh Mudge 2025-05-14 09:48:47 +00:00
parent 46a90b129e
commit 4ec588be1a

View File

@ -24,16 +24,17 @@ echo "Now installing some monitoring software."
# Install some software, mostly monitoring tools. sensors and smartcl -a can provide monitoring data. lshw provides hardware info.
apt install -y screen curl htop iotop #speedtest-cli smartmontools lm-sensors lshw # sysstat # smartmontools is installed in Proxmox as a package by default.
echo "Now we need to reboot to use the new kernel."
reboot
# Download templates for Ubuntu Server 24.04.2 LTS / Proxmox Ubuntu Cloud image 24.04.2 for containers.
#echo "Now downloading the container template and VM ISO file for Ubuntu Server 24.04.2 LTS. Hit Ctrl + C to skip this and reboot manually."
#pveam update
#pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst
#pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst # I'd actual prefer the Debian template.
# Downloads the Ubuntu Server LTS ISO for VMs.
# Downloads the Ubuntu Server LTS ISO for VMs. This is useful for the live OS capability, while Debian netinstall without the GUI is a lower footprint and easier network interface configuration.
#cd /var/lib/vz/template/iso/
#wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso
reboot