Change msg_info "Updating Python3" to msg_info "Setup Python3"

This commit is contained in:
Andy Grunwald 2025-01-28 13:39:58 +01:00
parent 8fb1fe5db0
commit 88846c6df1
No known key found for this signature in database
GPG Key ID: 4DF3757FE7EB0B6E

View File

@ -20,12 +20,12 @@ $STD apt-get install -y \
mc
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
msg_info "Setup Python3"
$STD apt-get install -y \
python3 \
python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
msg_ok "Setup Python3"
msg_info "Installing Prometheus Proxmox VE Exporter"
python3 -m pip install --quiet prometheus-pve-exporter