From 88846c6df1167755aa5f61fd2d58d4cdd2d6f95c Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Tue, 28 Jan 2025 13:39:58 +0100 Subject: [PATCH] Change `msg_info "Updating Python3"` to `msg_info "Setup Python3"` --- install/prometheus-pve-exporter-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/prometheus-pve-exporter-install.sh b/install/prometheus-pve-exporter-install.sh index 2be6bfb1..ddc100c1 100644 --- a/install/prometheus-pve-exporter-install.sh +++ b/install/prometheus-pve-exporter-install.sh @@ -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