Make the setup lighter.
This commit is contained in:
parent
c1ae952689
commit
77c1403dc7
@ -22,18 +22,18 @@ pveupgrade
|
|||||||
echo "Now installing some monitoring software."
|
echo "Now installing some monitoring software."
|
||||||
|
|
||||||
# Install some software, mostly monitoring tools. sensors and smartcl -a can provide monitoring data. lshw provides hardware info.
|
# 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.
|
# 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 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
|
||||||
|
|
||||||
# Downloads the Ubuntu Server LTS ISO for VMs.
|
# Downloads the Ubuntu Server LTS ISO for VMs.
|
||||||
|
|
||||||
cd /var/lib/vz/template/iso/
|
#cd /var/lib/vz/template/iso/
|
||||||
wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso
|
#wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This is old and probably needs an update.
|
||||||
|
|
||||||
# Josh's Automatic System Monitor
|
# Josh's Automatic System Monitor
|
||||||
# Written by Josh Mudge
|
# Written by Josh Mudge
|
||||||
# Ad Mejorem Dei Glorium
|
# Ad Mejorem Dei Glorium
|
||||||
|
Loading…
x
Reference in New Issue
Block a user