diff --git a/scripts/deps.sh b/scripts/deps.sh index 9f81795..b35071a 100755 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -6,7 +6,6 @@ sudo apt-get install -y libqt5core5a libqt5network5 libqt5xml5 # Prometheus Setup wget -O /tmp/node_exporter.tar.gz https://github.com/prometheus/node_exporter/releases/download/v1.2.2/node_exporter-1.2.2.linux-amd64.tar.gz tar xvzf /tmp/node_exporter.tar.gz -C /tmp/ -ls /tmp/ sudo cp /tmp/node_exporter-1.2.2.linux-amd64/node_exporter /usr/local/bin/ sudo mv /tmp/node_exporter.service /lib/systemd/system/