We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717633e commit 14a6e60Copy full SHA for 14a6e60
install_linux.sh
@@ -117,14 +117,12 @@ git submodule update --init
117
print_message "Installing needed binaries for building ..."
118
if lsb_release -is | grep -q "Fedora"; then
119
sudo dnf -y install lm_sensors lm_sensors-devel glib2 glib2-devel tinyproxy lshw
120
- sudo systemctl stop tinyproxy
121
- sudo systemctl disable tinyproxy
122
else
123
sudo apt-get update
124
sudo apt-get install -y lm-sensors libsensors-dev libglib2.0-0 libglib2.0-dev tinyproxy lshw
125
126
127
fi
+sudo systemctl stop tinyproxy
+sudo systemctl disable tinyproxy
128
129
print_message "Building binaries ..."
130
metrics_subdir="metric_providers"
0 commit comments