From c010812cb2915db3b1a1f1d19e6dd3c663c8eec8 Mon Sep 17 00:00:00 2001 From: T Date: Fri, 1 Feb 2019 21:01:27 +0100 Subject: [PATCH] Accidentally deleted disabling of UNIPI services --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install.sh b/install.sh index d0d0a1e..b9a5745 100755 --- a/install.sh +++ b/install.sh @@ -270,6 +270,16 @@ elif [ "$1" == "rpi" ]; then elif [ "$1" == "neuron" ]; then echo "Installing OpenPLC on UniPi Neuron PLC" + + echo "" + echo "[DISABLING UNIPI SERVICES]" + sudo systemctl stop neuronhost.service + sudo systemctl disable neuronhost.service + sudo systemctl stop neurontcp.service + sudo systemctl disable neurontcp.service + sudo systemctl stop evok.service + sudo systemctl disable evok.service + linux_install_deps sudo install_py_deps