From fdc09aca1f650688056c4e4aef21202484c80cc8 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Tue, 28 Jan 2025 13:20:49 +0100 Subject: [PATCH] Remove `python3-dev`, as it was commented out --- install/prometheus-pve-exporter-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/prometheus-pve-exporter-install.sh b/install/prometheus-pve-exporter-install.sh index 6451b328d..9160acc6f 100644 --- a/install/prometheus-pve-exporter-install.sh +++ b/install/prometheus-pve-exporter-install.sh @@ -23,7 +23,6 @@ msg_ok "Installed Dependencies" msg_info "Updating Python3" $STD apt-get install -y \ python3 \ - #python3-dev \ python3-pip rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Updated Python3"