Remove unneeded ls
This commit is contained in:
parent
3b7e4720d8
commit
e92d9f5f54
1 changed files with 0 additions and 1 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue