From 8f758229cbe55c02cf8558d79af14cebef892e6a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 20 Dec 2024 00:38:59 -0800 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 0116691..4a73ebd 100755 --- a/install.sh +++ b/install.sh @@ -223,6 +223,10 @@ else replace="s|# hostname = 192.168.0.1|hostname = localhost|g" sed -i "$replace" config.ini printf "\nConfig file updated for embedded\n" + + # Set up the meshing around service + #sudo cp /opt/meshing-around/meshing-around.service /etc/systemd/system/meshing-around.service + #sudo systemctl enable meshing-around.service fi printf "\nInstallation complete!\n"