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 8aa042d commit c3f7663Copy full SHA for c3f7663
install_linux.sh
@@ -117,9 +117,13 @@ 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
128
129
print_message "Building binaries ..."
0 commit comments