Skip to content

Commit c3f7663

Browse files
authored
Disable tinyproxy systemd service (#623)
1 parent 8aa042d commit c3f7663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install_linux.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,13 @@ git submodule update --init
117117
print_message "Installing needed binaries for building ..."
118118
if lsb_release -is | grep -q "Fedora"; then
119119
sudo dnf -y install lm_sensors lm_sensors-devel glib2 glib2-devel tinyproxy lshw
120+
sudo systemctl stop tinyproxy
121+
sudo systemctl disable tinyproxy
120122
else
121123
sudo apt-get update
122124
sudo apt-get install -y lm-sensors libsensors-dev libglib2.0-0 libglib2.0-dev tinyproxy lshw
125+
sudo systemctl stop tinyproxy
126+
sudo systemctl disable tinyproxy
123127
fi
124128

125129
print_message "Building binaries ..."

0 commit comments

Comments
 (0)