From 24e670f2dbcb7e746fef76b38c2917a3d15f57ea Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Sat, 26 Apr 2025 21:49:31 -0600 Subject: [PATCH] Make apt automatic. --- Proxmox/proxmox-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxmox/proxmox-setup.sh b/Proxmox/proxmox-setup.sh index 64bc6dd..45e5288 100755 --- a/Proxmox/proxmox-setup.sh +++ b/Proxmox/proxmox-setup.sh @@ -22,7 +22,7 @@ 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 # smartmontools is included in Proxmox for use only by Proxmox. +apt install -y 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.