Make the setup lighter.

This commit is contained in:
mathwhiz1212 2025-04-26 21:46:41 -06:00
parent c1ae952689
commit 77c1403dc7
2 changed files with 9 additions and 6 deletions

View File

@ -22,18 +22,18 @@ pveupgrade
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 screen curl htop iotop speedtest-cli smartmontools lm-sensors lshw # sysstat
apt install screen curl htop iotop #speedtest-cli smartmontools lm-sensors lshw # sysstat # smartmontools is included in Proxmox for use only by Proxmox.
# 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."
#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 update
#pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst
# Downloads the Ubuntu Server LTS ISO for VMs.
cd /var/lib/vz/template/iso/
wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso
#cd /var/lib/vz/template/iso/
#wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso
reboot

View File

@ -1,4 +1,7 @@
#!/bin/bash
# This is old and probably needs an update.
# Josh's Automatic System Monitor
# Written by Josh Mudge
# Ad Mejorem Dei Glorium