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