From 1e0c962485b80b4e4cc16cd53884089e3362cd34 Mon Sep 17 00:00:00 2001 From: Halbe Bruno Date: Sun, 16 Feb 2025 17:36:56 -0300 Subject: [PATCH] Atualizar templates/proxmox-prometheus-pve-exporter/pve-exporter.sh --- templates/proxmox-prometheus-pve-exporter/pve-exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/proxmox-prometheus-pve-exporter/pve-exporter.sh b/templates/proxmox-prometheus-pve-exporter/pve-exporter.sh index 04bfc22..59ab799 100644 --- a/templates/proxmox-prometheus-pve-exporter/pve-exporter.sh +++ b/templates/proxmox-prometheus-pve-exporter/pve-exporter.sh @@ -5,7 +5,7 @@ useradd -s /bin/false pve-exporter # pacotes e dependencias do python -apt update && apt install python3-venv python3-setuptools python3-dev python3-pip libffi-dev libssl-dev build-essential -y && apt install p> +apt update && apt install python3-venv python3-setuptools python3-dev python3-pip libffi-dev libssl-dev build-essential -y && apt install python3-pip -y # Crie e ative o venv, instale o prometheus-pve-exporter python3 -m venv /opt/prometheus-pve-exporter source /opt/prometheus-pve-exporter/bin/activate