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